Skip to content
Permalink
Browse files
fix syntax error
  • Loading branch information
anarcat committed Feb 10, 2012
1 parent 3b8a372 commit 6f6131ff81d3ebd2ec649614516149554368b035
Showing 1 changed file with 1 addition and 1 deletion.
@@ -26,7 +26,7 @@ for i; do
-v) shift; set -x;;
-n) shift; simulate='echo > ';;
-k) shift; KEY=$1; shift;;
-u) shift; upload=true; shift;;
-u) shift; upload=true; ;;
--) shift; break;;
esac
done

0 comments on commit 6f6131f

Please sign in to comment.