diff --git a/make/rules.mk b/make/rules.mk index 5774c614..d1dcc9bd 100644 --- a/make/rules.mk +++ b/make/rules.mk @@ -94,7 +94,7 @@ love: @echo "Not war?" cvsupdate update: - if [ -d "CVS" ]; then cvs update -dP; else git pull origin master; fi + if [ -d "CVS" ]; then cvs update -dP; else git pull; fi cvsdiff diff: if [ -d "CVS" ]; then cvs diff -dP; else git --no-pager diff; fi