diff options
author | davidovski <david@davidovski.xyz> | 2022-04-07 21:03:17 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-07 21:03:17 +0100 |
commit | d35367b92336aaa9ae8fb07a0b77b93229bb1f55 (patch) | |
tree | c115e265a76f0e8da9396a494b165550fe5ac654 /bootstrap/bootstrap.sh | |
parent | ccabd0f704fad1ebcf92b93afff5ee829fb29f78 (diff) |
fixed not using development buildfiles
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-x | bootstrap/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 814f39a..3dd1c18 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -108,7 +108,7 @@ ptch () { clean () { rm -rf $WD $CROSS_TOOLS $TOOLS - mkdir -pv $WD $CROSS_TOOLS $TOOL + mkdir -p $WD $CROSS_TOOLS $TOOL } mount_chroot () { |