From d86846fa7008aad56683717c8f223addd0a60a19 Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Fri, 2 Sep 2011 15:33:40 +0800 Subject: [PATCH] Removed custom git setup --- rebuild-netcdf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rebuild-netcdf b/rebuild-netcdf index 27bcebb..9c1b24d 100644 --- a/rebuild-netcdf +++ b/rebuild-netcdf @@ -1,13 +1,5 @@ #!/bin/sh -if [ -z "$GIT_INSTALL" ]; then - GIT_INSTALL="/c/Program Files (x86)/Git" -fi - -function git() { - PATH=$GIT_INSTALL/bin:$GIT_INSTALL/mingw/bin:$PATH git.exe $@ ; -} - if [ ! -f "liblib/Makefile.am" ]; then echo "This script must be run from the netcdf root directory" exit 1