diff options
Diffstat (limited to 'tools/myacprep')
-rwxr-xr-x | tools/myacprep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/myacprep b/tools/myacprep index 9198dee6..fab2e58b 100755 --- a/tools/myacprep +++ b/tools/myacprep @@ -30,6 +30,9 @@ while [ -n "$1" ]; do SWITCHES="$SWITCHES $1 --release" saw_opt=true shift 1 ;; + *) + SWITCHES="$SWITCHES $1" + shift 1 ;; esac done |