about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-01-09 07:50:09 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-01-09 07:50:09 -0800
commit9cbaad0811705db52a93abf7cec26deabe164b29 (patch)
tree07aec33e8eb7f6f299877cf3038960881d6dae37
parent7ab55b3494f311fb9f4264fc01f9adc9f0ce3b15 (diff)
downloadmu-9cbaad0811705db52a93abf7cec26deabe164b29.tar.gz
obsolete argument
-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