From deeea09e5da0cb32cf5c948a1c9c2ba439f5ff59 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2012 00:32:02 -0500 Subject: [PATCH] most ridiculous test ever --- bin/compile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/compile b/bin/compile index dd0c27a..3904b6e 100755 --- a/bin/compile +++ b/bin/compile @@ -28,6 +28,10 @@ function virtualenv (){ } cd $BUILD_DIR +curl -s -L -o git.tar.gz http://git-core.googlecode.com/files/git-1.7.9.tar.gz +tar -zxvf git.tar.gz +cd git-1.7.9; ./configure; make +export PATH=:$BUILD_DIR/git-1.7.9/:$PATH # Reject a non-packaged Django app. if [ "$NAME" = "Python" ]; then