]> git.pld-linux.org Git - packages/VirtualBox.git/blame_incremental - VirtualBox-configure-spaces.patch
- macroize xserver R for video driver
[packages/VirtualBox.git] / VirtualBox-configure-spaces.patch
... / ...
CommitLineData
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 @@
5 #
6
7 # scan command line options
8-for option in $*; do
9+for option in "$@"; do
10 case "$option" in
11 --help|-help|-h)
12 show_help
This page took 0.065002 seconds and 4 git commands to generate.