Fix the reset script for Linux.

This commit is contained in:
Zed A. Shaw 2025-05-17 00:16:46 -04:00
parent f82db0c6cd
commit 1d51bed27f

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
mv -f ./subprojects/packagecache .
mv -f ./subprojects/packagecache . && true
rm -rf subprojects builddir
mkdir subprojects
mv packagecache ./subprojects/