Skip to content

Commit

Permalink
Removed custom git setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstanley committed Sep 2, 2011
1 parent efdbc02 commit d86846f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 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
Expand Down

0 comments on commit d86846f

Please sign in to comment.