From 09b7af0a1c6600f4a2412958ae66b885c79ff5f7 Mon Sep 17 00:00:00 2001 From: André Spiegel Date: Sat, 18 Mar 2006 14:47:20 +0000 Subject: Use "echo" as a default for $echo, otherwise we'll execute $DIFF twice, and once with the wrong options. --- lib-src/vcdiff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib-src') diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 52fdaee0f7f..2cba89df421 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff @@ -29,7 +29,7 @@ usage="$0: Usage: vcdiff [--brief] [-q] [-r] [-r] [diffopts] sccsfil PATH=$PATH:/usr/ccs/bin:/usr/sccs:/usr/xpg4/bin # common SCCS hangouts -echo= +echo="echo" sid1= sid2= for f @@ -96,7 +96,7 @@ do workfile=$rev2 esac then - $echo $DIFF $options $sid1 $sid2 $workfile >&2 + $echo $DIFF $options $rev1 $workfile >&2 $DIFF $options $rev1 $workfile s=$? fi -- cgit v1.3 From 90c9c343b609b8916915374c1dacd71f66003d65 Mon Sep 17 00:00:00 2001 From: André Spiegel Date: Sat, 18 Mar 2006 15:05:35 +0000 Subject: # --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e4e74030200..f59f7296359 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2006-03-18 Andre Spiegel + + * vcdiff: Use "echo" as a default for $echo, otherwise we'll + execute $DIFF twice, and once with the wrong options. + 2006-02-23 Claudio Fontana * Makefile.in (install, uninstall): Add DESTDIR variable to -- cgit v1.3