release note: Fix: improve robustness to bad -c options fix
authorRichard Taylor <richard.i.taylor@nokia.com>
Tue, 16 Mar 2010 17:02:13 +0000
branchfix
changeset 376 13daff9462b6
parent 375 9a6b1424a630
child 377 4d8988026f7c
release note: Fix: improve robustness to bad -c options
sbsv2/raptor/RELEASE-NOTES.txt
sbsv2/raptor/lib/config/locations.xml
--- a/sbsv2/raptor/RELEASE-NOTES.txt	Tue Mar 16 15:18:39 2010 +0000
+++ b/sbsv2/raptor/RELEASE-NOTES.txt	Tue Mar 16 17:02:13 2010 +0000
@@ -4,6 +4,8 @@
 - SF Bug 2125 - [Raptor] - tracecompiler what output incorrect if mmp basename contains '.' e.g. fred.prd.mmp 
 - Fix: extend tracecompiler tests to Linux
 - Fix: Amendment to SF Bug 1511 fix - removal of blanked DEFFILE keyword from e32abiv2ani.flm
+- Fix: improve robustness to bad -c options
+
 
 version 2.12.4
 
--- a/sbsv2/raptor/lib/config/locations.xml	Tue Mar 16 15:18:39 2010 +0000
+++ b/sbsv2/raptor/lib/config/locations.xml	Tue Mar 16 17:02:13 2010 +0000
@@ -30,7 +30,7 @@
 		<env name='SBS_GNUTOUCH' default='/bin/touch' type='tool'/>
 		<env name='SBS_GNUFIND' default='/usr/bin/find' type='tool'/>
 		<env name='SBS_GNUGREP' default='/bin/grep' type='tool'/>
-		<env name='SBS_GNUSORT' default='/bin/sort' type='tool'/>
+		<env name='SBS_GNUSORT' default='sort' type='tool'/>
 		<env name='SBS_SHELL' default="$(SBS_HOME)/$(HOSTPLATFORM_DIR)/bin/sh" type='tool'/>
 		<env name='SBS_ZIP' default="$(SBS_HOME)/$(HOSTPLATFORM_DIR)/bin/zip" type='tool'/>
 		<env name='SBS_UNZIP' default="$(SBS_HOME)/$(HOSTPLATFORM_DIR)/bin/unzip" type='tool'/>