Mercurial > pidgin.yaz
changeset 24492:d9810e369601
Fix an unintended error in version-check when you have uncommitted changes.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 26 Nov 2008 23:02:41 +0000 |
parents | ad6d8e627444 |
children | e24f5640fa54 |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Wed Nov 26 22:17:58 2008 +0000 +++ b/Makefile.am Wed Nov 26 23:02:41 2008 +0000 @@ -59,7 +59,7 @@ # Ensure we're working from a tag... test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id` # ... and have no changes in the working copy. - test x`mtn diff | grep -v '^#'` = x + test "x`mtn diff | grep -v '^#'`" = x release: version-check distcheck packages