summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-04-07 21:03:17 +0100
committerdavidovski <david@davidovski.xyz>2022-04-07 21:03:17 +0100
commitd35367b92336aaa9ae8fb07a0b77b93229bb1f55 (patch)
treec115e265a76f0e8da9396a494b165550fe5ac654 /bootstrap
parentccabd0f704fad1ebcf92b93afff5ee829fb29f78 (diff)
fixed not using development buildfiles
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap.sh2
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 () {