From 9f34d341c065684fb21ac0af1bb2e2083354075f Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 18 Apr 2018 09:06:43 +0300 Subject: [PATCH] Change to the directory that contains bootstrap.sh Tack som fan sebras! --- misc/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/bootstrap.sh b/misc/bootstrap.sh index 36d1043..68e8f57 100644 --- a/misc/bootstrap.sh +++ b/misc/bootstrap.sh @@ -9,6 +9,7 @@ elif executable_p curl; then dl() { curl $1 -o $2; } else die "no program to fetch remote urls found" fi +cd "$(dirname $0)" mkdir -p bootstrap prefix=$PWD/bootstrap -- 2.11.4.GIT