@ -6,7 +6,7 @@ impure=0
while getopts "h:i" opt; do
case "$opt" in
\?) exit 0
\?) exit 1
;;
i) impure=1
@ -9,7 +9,7 @@ impure_dir="build"
while getopts "h:id:" opt; do
h) target_host=$OPTARG