]> git.sesse.net Git - vlc/commitdiff
Allow bootstrapping from a subdirectory
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 24 Nov 2008 16:28:50 +0000 (18:28 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 24 Nov 2008 16:28:50 +0000 (18:28 +0200)
(or any directory in fact)

bootstrap

index 66834c245b06e98a038b45ac4e53039b0a5762af..c32c18316b7896b95935f699529ea971b9f40d45 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -22,6 +22,8 @@ export CYGWIN
 set -e
 set -x
 
+cd "$(dirname "$0")"
+
 ##
 ## Check for various tools
 ##