Index: trunk/ippScripts/scripts/phase0_exp.pl
===================================================================
--- trunk/ippScripts/scripts/phase0_exp.pl	(revision 10591)
+++ trunk/ippScripts/scripts/phase0_exp.pl	(revision 10625)
@@ -160,4 +160,11 @@
     }
  
+    # Quote arguments with whitespace
+    for (my $i = 0; $i < scalar @command; $i++) {
+	if ($command[$i] =~ /\s/) {
+	    $command[$i] = "\'$command[$i]\'";
+	}
+    }
+
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
         cache_run(command => \@command, verbose => 1);
