From e427bfff4adeab3e68aee1c94e5d93ce4a5846c8 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 29 Aug 2007 02:43:10 +0000 Subject: [PATCH] Make sure that message is useful in case of error about uncommitted files when tagging. --- releasetools/Targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index 3edc38469..82ca3d2ed 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -245,7 +245,7 @@ else @echo "repository, or add them to the svn:ignore properties for their" @echo "parent directories." @echo - @svn status | egrep '^\?|^X' | cut -c2- + @svn status endif release-clean: clean -- 2.50.1