commit 9f0ccbd2261cc0f22321dd5d2560f2b737f4032c
Author:     Andrew Chambers <andrewchambe...@gmail.com>
AuthorDate: Thu Feb 16 22:07:57 2017 +1300
Commit:     Roberto E. Vargas Caballero <k...@shike2.com>
CommitDate: Thu Feb 16 10:30:17 2017 +0100

    Simplify selfhost.sh script.

diff --git a/tests/selfhost.sh b/tests/selfhost.sh
index ec24d81..50cf328 100755
--- a/tests/selfhost.sh
+++ b/tests/selfhost.sh
@@ -59,9 +59,6 @@ make PREFIX="$boostrapdir" install
 export PATH="$boostrapdir/bin:$PATH"
 
 rm bin/scc bin/cc*
-for o in $selfhostedobj
-do
-       rm $o
-done
+rm $selfhostedobj
 
 make CC=scc tests

Reply via email to