obsolete argument

This commit is contained in:
Kartik K. Agaram 2022-01-09 07:50:09 -08:00
parent 7ab55b3494
commit 9cbaad0811
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ touch .until
PREV_UNTIL=`cat .until`
if [ "$PREV_UNTIL" != $1 ]
then
./clean top-level
./clean
echo $1 > .until
fi