From c9bef3281ac25fd2ccfe5c3297201ffd2ee90dc4 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 16 May 2003 18:47:29 +0000 Subject: - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTS --- scripts/rpatch.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rpatch.in') diff --git a/scripts/rpatch.in b/scripts/rpatch.in index bba3dfe..286ccd7 100755 --- a/scripts/rpatch.in +++ b/scripts/rpatch.in @@ -44,7 +44,7 @@ verify_removal() echo $"Patch does not remove changes:" fi - @DIFF@ -Nu $DIFF_OPTS $bup $file \ + @DIFF@ -Nu $QUILT_DIFF_OPTS $bup $file \ | @SED@ -e 's:^--- [^ '$'\t'']*:--- '"$dir/$file.orig"':' \ -e 's:^+++ [^ '$'\t'']*:+++ '"$dir/$file"':' -- cgit