commit: 6e6a229ff78b62c899a4cc3c7a7a039f61f6feb5
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 6 12:10:24 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 6 12:10:24 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=6e6a229f
scripts/get-patch: fix typo in return code
---
scripts/get-patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/get-patch b/scripts/get-patch
index 5d56874..eb7874a 100755
--- a/scripts/get-patch
+++ b/scripts/get-patch
@@ -16,7 +16,7 @@ usage() {
echo "If a range 'n m' is given, then that range of patches will"
echo "be downloaded. get-patch expects n < m."
echo
- exit $1
+ exit 1
}
error_branch() {