From d35367b92336aaa9ae8fb07a0b77b93229bb1f55 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 7 Apr 2022 21:03:17 +0100 Subject: fixed not using development buildfiles --- bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/bootstrap.sh') 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 () { -- cgit v1.2.1