summaryrefslogtreecommitdiff
path: root/modules/blobs/ls.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 17:09:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 17:09:48 -0400
commit634f61cc8b4e096853c61686ccd535fbd45e9158 (patch)
tree4ae8a66a20c911522114d6026d213fbc266ff173 /modules/blobs/ls.sh
parented29df6355d6b1871aa60fec63c929ffe81fe62d (diff)
oops
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"`"