summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/get-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-maintainer b/scripts/get-maintainer
index 1c5be02..5b82e35 100755
--- a/scripts/get-maintainer
+++ b/scripts/get-maintainer
@@ -47,7 +47,7 @@ done
if [ -z "$path" ]; then
usage
- return 1
+ exit 1
fi
maintained=`mktemp`