summaryrefslogtreecommitdiff
path: root/src/gitget/libregit
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitget/libregit')
-rwxr-xr-xsrc/gitget/libregit4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gitget/libregit b/src/gitget/libregit
index e80d6cc..9301fcc 100755
--- a/src/gitget/libregit
+++ b/src/gitget/libregit
@@ -17,7 +17,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. "$(librelib messages)"
+
+source "$(librelib messages)"
+
usage() {
print 'Usage: %s REPO REF DIR' "${0##*/}"