Commit a0a88e79 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 configure: use a quoted $@ instead of $*

parent 8393fa5b
......@@ -28,4 +28,4 @@ OPTIONS="
--enable-zvbi --disable-telx
--enable-nls"
sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment