[vlc-devel] commit: Allow bootstrapping from a subdirectory ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Nov 24 17:29:03 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Nov 24 18:28:50 2008 +0200| [b451524fb92bdec19fb40b6db98484381e3717d2] | committer: Rémi Denis-Courmont 

Allow bootstrapping from a subdirectory

(or any directory in fact)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b451524fb92bdec19fb40b6db98484381e3717d2
---

 bootstrap |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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




More information about the vlc-devel mailing list