Index: trunk/ippScripts/scripts/detrend_apply_norm.pl
===================================================================
--- trunk/ippScripts/scripts/detrend_apply_norm.pl	(revision 8963)
+++ trunk/ippScripts/scripts/detrend_apply_norm.pl	(revision 8976)
@@ -51,5 +51,5 @@
 my $norms;
 {
-    my $command = "$ppArith -file1 $input -op \"*\" -constant $value -out $output"; # Command to run
+    my $command = "$ppArith -file1 $input -op * -constant $value -out $output"; # Command to run
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 1);
