summaryrefslogtreecommitdiff
path: root/src/gitget
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-20 16:39:29 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-20 22:48:28 -0400
commit2d1ae58285ade402260bf5d5a4dbf42aba027fc5 (patch)
tree87d8653c957e7ce3010fbe8aaab23d5e5ce4d764 /src/gitget
parent243b4c911e10060ab11c1d759d4100c92cdda9d9 (diff)
Consistently use ". $(librelib slug)" to load libraries.
Diffstat (limited to 'src/gitget')
-rwxr-xr-xsrc/gitget/gitget2
-rwxr-xr-xsrc/gitget/libregit2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gitget/gitget b/src/gitget/gitget
index c941441..15a4f1b 100755
--- a/src/gitget/gitget
+++ b/src/gitget/gitget
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
+. "$(librelib messages)"
# from makepkg
dir_is_empty() {
diff --git a/src/gitget/libregit b/src/gitget/libregit
index e45c3a8..6c49af5 100755
--- a/src/gitget/libregit
+++ b/src/gitget/libregit
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
+. "$(librelib messages)"
usage() {
print 'Usage: %s REPO REF DIR' "${0##*/}"