]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- accept spaces in configure args
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Feb 2008 16:45:46 +0000 (16:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-configure-spaces.patch -> 1.1

VirtualBox-configure-spaces.patch [new file with mode: 0644]

diff --git a/VirtualBox-configure-spaces.patch b/VirtualBox-configure-spaces.patch
new file mode 100644 (file)
index 0000000..3ca8112
--- /dev/null
@@ -0,0 +1,11 @@
+--- VirtualBox-1.5.6_OSE/configure~    2008-02-27 18:34:55.000000000 +0200
++++ VirtualBox-1.5.6_OSE/configure     2008-02-27 18:35:18.343812355 +0200
+@@ -1297,7 +1297,7 @@
+ #
+ # scan command line options
+-for option in $*; do
++for option in "$*"; do
+   case "$option" in
+     --help|-help|-h)
+       show_help
This page took 0.145215 seconds and 4 git commands to generate.