]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-configure-spaces.patch
- macroize xserver R for video driver
[packages/VirtualBox.git] / VirtualBox-configure-spaces.patch
CommitLineData
41ff14a6 1diff -urN VirtualBox-2.0.0.orig/configure VirtualBox-2.0.0/configure
2--- VirtualBox-2.0.0.orig/configure 2008-09-04 20:08:30.000000000 +0200
3+++ VirtualBox-2.0.0/configure 2008-09-04 20:10:55.000000000 +0200
4@@ -1738,7 +1738,7 @@
356e686c
ER
5 #
6
7 # scan command line options
8-for option in $*; do
1d268190 9+for option in "$@"; do
356e686c
ER
10 case "$option" in
11 --help|-help|-h)
12 show_help
This page took 0.030928 seconds and 4 git commands to generate.