Browse Source

The -a flag to prac also implies preprocessing

Ian Goldberg 1 year ago
parent
commit
641820f96a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/run-experiment

+ 1 - 1
docker/run-experiment

@@ -9,7 +9,7 @@ preproc=0
 opts=""
 while getopts paot:ex arg; do
     opts+=" -${arg} ${OPTARG}"
-    if [ "$arg" = "p" ]; then
+    if [ "$arg" = "p" -o "$arg" = "a" ]; then
         preproc=1
     fi
 done