Fixed a handful of bugs as result of testing

This commit is contained in:
Christopher Haster
2018-03-18 20:36:48 -05:00
parent d8cadecba6
commit 701e4fa438
3 changed files with 126 additions and 105 deletions

View File

@@ -88,7 +88,7 @@ do
rm -rf blocks
mkdir blocks
lfs_mktree
chmod a-w blocks/$(printf '%x' $i)
chmod a-w blocks/$(printf '%x' $i) || true
lfs_mktree
lfs_chktree
done