From 4580d5cbff46d136603682ceff894b0ba67cf9b0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 8 Aug 2011 16:25:19 +0200 Subject: fix typo Signed-off-by: Florian Pritz --- find-libdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-libdeps.sh b/find-libdeps.sh index e93459a..ca9d232 100755 --- a/find-libdeps.sh +++ b/find-libdeps.sh @@ -10,7 +10,7 @@ if [[ $1 = "--ignore-internal" ]]; then fi if [[ -z $1 ]]; then - echo "$(basename "$0") [options] " + echo "$(basename "$0") [options] " echo "Options:" echo " --ignore-internal ignore internal libraries" exit 1 -- cgit v1.2.3-24-g4f1b