diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-01 18:42:50 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-01 18:42:50 +0000 |
commit | 2c6f00fbcd56a767383fb821f44c43382c83b424 (patch) | |
tree | 0aecf69d5d6a2f4332c84a29c22466950fc31991 /ltcf-cxx.sh | |
parent | 66475aceb465caa4128ca02025dcccab3a0e367c (diff) | |
download | ATCD-2c6f00fbcd56a767383fb821f44c43382c83b424.tar.gz |
ChangeLog:Tue Feb 1 09:40:50 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r-- | ltcf-cxx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index d3dd7c67654..7d8a5c35f0e 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -505,6 +505,9 @@ if eval $ac_compile 2>&5; then *) ;; # Ignore the rest. esac done + + # Clean up. + rm -f a.out else echo "ltcf-cxx.sh: error: problem compiling test program" fi |