summaryrefslogtreecommitdiff
path: root/modules/blobs/ls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blobs/ls.sh')
-rw-r--r--modules/blobs/ls.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blobs/ls.sh b/modules/blobs/ls.sh
index 1c4d620..76b6743 100644
--- a/modules/blobs/ls.sh
+++ b/modules/blobs/ls.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='ls'
ver=0.1
-# Copyright (C) 2010 Luke Shumaker
+# Copyright (C) 2010, 2016 Luke Shumaker
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -17,7 +17,7 @@ ver=0.1
# along with this program; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
-. "$LIBDIR/@ID@/stdio"
+. "${0%/*}/_stdio.sh"
usage="DIR_ID [FORMAT]"
id="`getvar "$1"`"