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