From: Elan Ruusamäe Date: Wed, 27 Feb 2008 16:45:46 +0000 (+0000) Subject: - accept spaces in configure args X-Git-Tag: auto/ti/VirtualBox-1_5_6-9~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2FVirtualBox.git;a=commitdiff_plain;h=356e686c4dfda0c35572a6e9eddf74477ce86988 - accept spaces in configure args Changed files: VirtualBox-configure-spaces.patch -> 1.1 --- diff --git a/VirtualBox-configure-spaces.patch b/VirtualBox-configure-spaces.patch new file mode 100644 index 0000000..3ca8112 --- /dev/null +++ b/VirtualBox-configure-spaces.patch @@ -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