Fix the reset script for Linux.
This commit is contained in:
parent
f82db0c6cd
commit
1d51bed27f
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue