diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-maintainer | 2 |
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 | |||
47 | 47 | ||
48 | if [ -z "$path" ]; then | 48 | if [ -z "$path" ]; then |
49 | usage | 49 | usage |
50 | return 1 | 50 | exit 1 |
51 | fi | 51 | fi |
52 | 52 | ||
53 | maintained=`mktemp` | 53 | maintained=`mktemp` |