From 356e686c4dfda0c35572a6e9eddf74477ce86988 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 27 Feb 2008 16:45:46 +0000 Subject: [PATCH] - accept spaces in configure args Changed files: VirtualBox-configure-spaces.patch -> 1.1 --- VirtualBox-configure-spaces.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 VirtualBox-configure-spaces.patch 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 -- 2.43.0