[vlc-commits] Win32 configure: use a quoted $@ instead of $*
Jean-Baptiste Kempf
git at videolan.org
Sun Oct 12 18:54:52 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 11 17:38:26 2014 +0200| [a0a88e7913ec102122061e73ddc95e466f692b7a] | committer: Jean-Baptiste Kempf
Win32 configure: use a quoted $@ instead of $*
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0a88e7913ec102122061e73ddc95e466f692b7a
---
extras/package/win32/configure.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
index b48fffe..1d89003 100755
--- a/extras/package/win32/configure.sh
+++ b/extras/package/win32/configure.sh
@@ -28,4 +28,4 @@ OPTIONS="
--enable-zvbi --disable-telx
--enable-nls"
-sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
+sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"
More information about the vlc-commits
mailing list