diff options
Diffstat (limited to 'finddeps.in')
-rw-r--r-- | finddeps.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finddeps.in b/finddeps.in index 4651fd9..1526fb8 100644 --- a/finddeps.in +++ b/finddeps.in @@ -3,6 +3,8 @@ # finddeps - find packages that depend on a given depname # +m4_include(lib/common.sh) + match=$1 if [[ -z $match ]]; then @@ -11,7 +13,7 @@ if [[ -z $match ]]; then echo 'Find packages that depend on a given depname.' echo 'Run this script from the top-level directory of your ABS tree.' echo '' - exit 0 + exit 1 fi find . -type d | while read d; do |