Make configchange.pl run ceddump.exe with -dtextshell - Bug 3932 RCL_3 tip
authorWilliam Roberts <williamr@symbian.org>
Wed, 10 Nov 2010 13:36:07 +0000
branchRCL_3
changeset 79 4b172931a477
parent 77 8c9903e4e6b4
Make configchange.pl run ceddump.exe with -dtextshell - Bug 3932
linklayerprotocols/ethernetnif/data/configchange.pl
--- a/linklayerprotocols/ethernetnif/data/configchange.pl	Thu Oct 28 13:54:27 2010 +0100
+++ b/linklayerprotocols/ethernetnif/data/configchange.pl	Wed Nov 10 13:36:07 2010 +0000
@@ -77,7 +77,7 @@
 		{
 		# write an appropriate commDB setup
 		print( "Setting up CommDB for ethernet\n" );
-		system( "$drive\\$epocroot\\epoc32\\release\\$target\\$variant\\ceddump" ) == 0 
+		system( "$drive\\$epocroot\\epoc32\\release\\$target\\$variant\\ceddump -dtextshell --" ) == 0 
 				or die "Error running ceddump!\n";
 		system( "move $drive\\$epocroot\\epoc32\\$target\\c\\cedout.cfg $drive\\$epocroot\\epoc32\\$target\\c\\nonethernetced.cfg" ) == 0
 				or die "Failed to rename cedout.cfg!\n";