From: RĂ©mi Denis-Courmont Date: Mon, 24 Nov 2008 16:28:50 +0000 (+0200) Subject: Allow bootstrapping from a subdirectory X-Git-Tag: 1.0.0-pre1~2045 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b451524fb92bdec19fb40b6db98484381e3717d2;p=vlc Allow bootstrapping from a subdirectory (or any directory in fact) --- 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 ##