about summary refs log tree commit diff stats
path: root/linux/bootstrap/build_and_test_until
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bootstrap/build_and_test_until')
-rwxr-xr-xlinux/bootstrap/build_and_test_until2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bootstrap/build_and_test_until b/linux/bootstrap/build_and_test_until
index 6f0782e1..35d089a3 100755
--- a/linux/bootstrap/build_and_test_until
+++ b/linux/bootstrap/build_and_test_until
@@ -11,7 +11,7 @@ touch .until
 PREV_UNTIL=`cat .until`
 if [ "$PREV_UNTIL" != $1 ]
 then
-  ./clean top-level
+  ./clean
   echo $1 > .until
 fi