summaryrefslogtreecommitdiff
path: root/tools/myacprep
diff options
context:
space:
mode:
Diffstat (limited to 'tools/myacprep')
-rwxr-xr-xtools/myacprep3
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