From: fredrik Date: Mon, 6 Aug 2007 03:59:24 +0000 (+0000) Subject: Exit with correct status. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=2c8f92ba91b645fba0456acc6dd885c4681e9e13 Exit with correct status. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1092 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/rsc b/rsc index a84668d..32b2b81 100755 --- a/rsc +++ b/rsc @@ -36,6 +36,5 @@ if($ARGV[0] eq "-s") { } close SSH; waitpid $pid, 0; + exit $?; } - -