Repaired a few minor bugs.
This commit is contained in:
parent
01d4011dd6
commit
0d5c765070
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue