exit from perl, don't return outside of subroutine

This commit is contained in:
Marc Di Luzio 2015-01-24 11:13:28 +00:00
parent 3b5196830c
commit a1e425258d

View file

@ -41,4 +41,4 @@ $res = system("ttrts-client $host") if $client and $host;
$res = system("ttrts-server $map") if $server and $map; $res = system("ttrts-server $map") if $server and $map;
$res = system("ttrts-local $map") if not $server and not $client and $map; $res = system("ttrts-local $map") if not $server and not $client and $map;
return $res exit $res