don't leave the temporary bootstrap CBQN around

This commit is contained in:
dzaima 2024-06-26 06:41:27 +03:00
parent 79127db4a2
commit d885a7d965

View File

@ -15,7 +15,7 @@ if [ ! -f "$PREV_BQN" ]; then
exit 1
fi
cp "$TMP_BQN" "$PREV_BQN"
mv "$TMP_BQN" "$PREV_BQN"
fi
"$PREV_BQN" "$DIR/src/build.bqn" "$@"