2021-09-11 15:11:55 (UTC-03:00)
Marcel Rodrigues <marcelgmr@gmail.com>
preserve exit code on -r
diff --git a/neatcc b/neatcc index 6b0c976..7658dbe 100755 --- a/neatcc +++ b/neatcc @@ -120,7 +120,9 @@ if [ $link = "yes" ]; then fi if [ $run = "yes" ]; then $tmpbin $rargs + stt=$? rm -f $tmpbin + exit $stt fi fi