From a1744e6e43b6ad2a6fac1a80e46011a97b9c6c42 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 18 Feb 2003 09:45:47 +0000 Subject: Missing $DIFFSTAT -> @DIFFSTAT@ conversion --- quilt/refresh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quilt/refresh.in b/quilt/refresh.in index 7f2c425..09eb9fe 100644 --- a/quilt/refresh.in +++ b/quilt/refresh.in @@ -164,7 +164,7 @@ trap "" SIGINT if [ -e $patch_file ] && grep -q '^%patch$' $patch_file then - if [ -x "$DIFFSTAT" ] + if [ -x "@DIFFSTAT@" ] then @DIFFSTAT@ $tmpfile 2>/dev/null \ | @SCRIPTS@/parse-patch -u diffstat $patch_file -- cgit