]> git.pld-linux.org Git - packages/VirtualBox.git/blob - VirtualBox-configure-spaces.patch
up to 4.3.24
[packages/VirtualBox.git] / VirtualBox-configure-spaces.patch
1 diff -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.058693 seconds and 3 git commands to generate.