Skip to content
Permalink
Browse files
fix syntax error
  • Loading branch information
anarcat committed Feb 10, 2012
1 parent 23700e3 commit 3b8a372324dbcc2f56776c44440c264cfc9c404b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -19,7 +19,7 @@ EOF

upload=false

set -- `getopt nvhku: $*`
set -- `getopt hvnk:u $*`
for i; do
case "$i" in
-h) shift; usage;;

0 comments on commit 3b8a372

Please sign in to comment.