Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schweikert committed Aug 29, 2007
1 parent a33d662 commit d9f8cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ tag:
echo "Commit your changes!"; \
exit 1; \
fi
@if svn ls $(SVNREPO)/tags/version-$(VERSION_MAJOR).$(VERSION_MINOR) >/dev/null; then \
@if svn ls $(SVNREPO)/tags/version-$(VERSION_MAJOR).$(VERSION_MINOR) >/dev/null 2>&1; then \
echo "Tag version-$(VERSION_MAJOR).$(VERSION_MINOR) already exists!"; \
exit 1; \
fi
Expand Down

0 comments on commit d9f8cf3

Please sign in to comment.