diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eb63abe68..69e42c035 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,7 +92,7 @@ noconfig: .PHONY: archive archive: - @cvs -d `cat CVS/Root` diff >& /dev/null || { \ + @cvs -d `cat CVS/Root` diff 2>&1 > /dev/null || { \ echo " " ; \ echo "==> Please resolve differences between the repository and" ; \ echo "==> your rpm check out before tagging." ; \ |