12 lines
199 B
Diff
12 lines
199 B
Diff
--- sndio-9999/work/sndio/configure
|
|
+++ sndio-9999/work/sndio/configure
|
|
@@ -105,8 +105,7 @@
|
|
vars="$vars$i$nl"
|
|
shift;;
|
|
*)
|
|
- help
|
|
- exit 1
|
|
+ echo unrecognized argument $i
|
|
;;
|
|
esac
|
|
done
|