From b451524fb92bdec19fb40b6db98484381e3717d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 24 Nov 2008 18:28:50 +0200 Subject: [PATCH] Allow bootstrapping from a subdirectory (or any directory in fact) --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index 66834c245b..c32c18316b 100755 --- a/bootstrap +++ b/bootstrap @@ -22,6 +22,8 @@ export CYGWIN set -e set -x +cd "$(dirname "$0")" + ## ## Check for various tools ##