Repaired a few minor bugs.
This commit is contained in:
parent
3b28b7bd26
commit
62f5a16cdf
@ -9,7 +9,7 @@ do
|
|||||||
shift
|
shift
|
||||||
case "$ARG" in
|
case "$ARG" in
|
||||||
-r*) REV=`echo "$ARG"| sed s/-r//` ;;
|
-r*) REV=`echo "$ARG"| sed s/-r//` ;;
|
||||||
-*) FLAGS=$FLAGS $ARG ;;
|
-*) FLAGS="$FLAGS $ARG" ;;
|
||||||
*) case x$FILE in
|
*) case x$FILE in
|
||||||
x) FILE="$ARG" ;;
|
x) FILE="$ARG" ;;
|
||||||
*) echo todistr can only be done on one file at the time
|
*) echo todistr can only be done on one file at the time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user