Index: config/gen/icu.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/icu.pl,v
retrieving revision 1.17
diff -u -2 -r1.17 icu.pl
--- config/gen/icu.pl	7 Aug 2004 14:14:21 -0000	1.17
+++ config/gen/icu.pl	14 Aug 2004 21:41:16 -0000
@@ -63,5 +63,5 @@
   if( defined $icuplatform )
   {
-	  $icu_configure_command = "./runConfigureICU $icuplatform";
+	  $icu_configure_command = "sh ./runConfigureICU $icuplatform";
   }
   else
@@ -69,5 +69,5 @@
 	# Try to build ICU with the same compiler as parrot.
 	# Also respect Configure.pl command-line arguments for c++.
-	$icu_configure_command = "./configure";
+	$icu_configure_command = "sh ./configure";
 	my $cc = Configure::Data->get('cc');
 	if ($cc ne '') {
