WIP fixed bugs

This commit is contained in:
Christopher Haster
2018-03-22 08:28:43 -05:00
parent 8aba03d25f
commit 66cdab8327
3 changed files with 118 additions and 103 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