Skip to content

Commit

Permalink
backed out -k for make, which caused problems if anything failed
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal committed Oct 13, 2009
1 parent 289cd0d commit 11ad3ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git-selfupdate
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ curl -O http://kernel.org/pub/software/scm/git/git-manpages-$VERSION.tar.gz

tar -xzvf git-$VERSION.tar.gz
cd git-$VERSION
make -k configure
make configure
./configure --prefix=$PREFIX
make -k all
make all

if [ -f /usr/local/libexec/git-core/git ] ; then
rm -rf /usr/local/libexec/git-core;
fi

make -k install
make install
cd ..
rm -rf git-$VERSION

Expand Down

0 comments on commit 11ad3ce

Please sign in to comment.