]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-configure-spaces.patch
- accept spaces in configure args
[packages/VirtualBox.git] / VirtualBox-configure-spaces.patch
CommitLineData
356e686c
ER
1--- VirtualBox-1.5.6_OSE/configure~ 2008-02-27 18:34:55.000000000 +0200
2+++ VirtualBox-1.5.6_OSE/configure 2008-02-27 18:35:18.343812355 +0200
3@@ -1297,7 +1297,7 @@
4 #
5
6 # scan command line options
7-for option in $*; do
8+for option in "$*"; do
9 case "$option" in
10 --help|-help|-h)
11 show_help
This page took 0.054608 seconds and 4 git commands to generate.