]> git.sesse.net Git - vlc/commitdiff
Win32 configure: use a quoted $@ instead of $*
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 11 Oct 2014 15:38:26 +0000 (17:38 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 12 Oct 2014 16:53:44 +0000 (18:53 +0200)
extras/package/win32/configure.sh

index b48fffecf591fd7c7c6f6e145861cde0b64fd6fc..1d89003168b397fe7e14f3172ebef61a37b1af17 100755 (executable)
@@ -28,4 +28,4 @@ OPTIONS="
       --enable-zvbi --disable-telx
       --enable-nls"
 
-sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
+sh "$(dirname $0)"/../../../configure ${OPTIONS}  "$@"