diff options
-rwxr-xr-x | git-quiltimport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-quiltimport.sh b/git-quiltimport.sh index 56c956935d..6b0c4d2f27 100755 --- a/git-quiltimport.sh +++ b/git-quiltimport.sh @@ -23,8 +23,8 @@ do dry_run=1 ;; --patches) - QUILT_PATCHES="$1" shift + QUILT_PATCHES="$1" ;; --) shift |