compat: fix ckmake -t return file
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 6 Jul 2012 19:15:07 +0000 (12:15 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Fri, 6 Jul 2012 19:15:07 +0000 (12:15 -0700)
Skip removing the return file early given that
we are running twice. The ret-tmp.txt will now
exist on if ckmake is run without -t but I can't
currently figure out how to properly fix this.
I welcome a proper fix.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
bin/ckmake

index da4ce8c917df5edcbd59de0aac64c6995f818b36..5468b7af14a891557a7844ad594ce49254217cbe 100755 (executable)
@@ -144,7 +144,6 @@ if [[ $TIME != "1" ]]; then
        rm -f $LOG_TMP
 
        RET=$(cat $RET_FILE)
-       rm -f $RET_FILE
        exit $RET
 fi