From: <bi...@us...> - 2008-12-10 04:59:14
|
Revision: 2656 http://archive-access.svn.sourceforge.net/archive-access/?rev=2656&view=rev Author: binzino Date: 2008-12-10 04:59:10 +0000 (Wed, 10 Dec 2008) Log Message: ----------- Fixed but to pass back return code of invoked command. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/bin/nutchwax Modified: trunk/archive-access/projects/nutchwax/archive/bin/nutchwax =================================================================== --- trunk/archive-access/projects/nutchwax/archive/bin/nutchwax 2008-12-10 04:58:24 UTC (rev 2655) +++ trunk/archive-access/projects/nutchwax/archive/bin/nutchwax 2008-12-10 04:59:10 UTC (rev 2656) @@ -62,4 +62,5 @@ ;; esac -exit 0 +# Return the exit code of the command invoked. +exit $? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |