Explorar o código

The -a flag to prac also implies preprocessing

Ian Goldberg %!s(int64=2) %!d(string=hai) anos
pai
achega
641820f96a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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