aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-01-17 04:37:19 +0000
committerNed Ludd <solar@gentoo.org>2008-01-17 04:37:19 +0000
commit4490f97e587ff0a0ccde1bb902f3f006df2087b0 (patch)
tree7ebf10baf061b6eef7f3bb018da20adb5f4be14d /lddtree.sh
parentif lib cannot be found in rpath/ld.so.conf, check standard library paths (diff)
downloadpax-utils-4490f97e587ff0a0ccde1bb902f3f006df2087b0.tar.gz
pax-utils-4490f97e587ff0a0ccde1bb902f3f006df2087b0.tar.bz2
pax-utils-4490f97e587ff0a0ccde1bb902f3f006df2087b0.zip
- mainly whitespace updates
Diffstat (limited to 'lddtree.sh')
-rwxr-xr-xlddtree.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lddtree.sh b/lddtree.sh
index b95e9bd..b30710a 100755
--- a/lddtree.sh
+++ b/lddtree.sh
@@ -19,6 +19,7 @@ usage() {
SHOW_ALL=false
SET_X=false
+([[ $1 == "" ]] || [[ $1 == --help ]]) && usage 1
opts="hax"
getopt -Q -- "${opts}" "$@" || exit 1
eval set -- $(getopt -- "${opts}" "$@")