summaryrefslogtreecommitdiffstats
path: root/scripts/rpatch.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-05-16 18:47:29 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-05-16 18:47:29 +0000
commitc9bef3281ac25fd2ccfe5c3297201ffd2ee90dc4 (patch)
tree5851bb59b0219398d178c6457288ed6e9562abf2 /scripts/rpatch.in
parent9aac3d3f9c74a0d0ecfdbb483511352120a01b97 (diff)
downloadquilt-c9bef3281ac25fd2ccfe5c3297201ffd2ee90dc4.tar.gz
- Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTS
Diffstat (limited to 'scripts/rpatch.in')
-rwxr-xr-xscripts/rpatch.in2
1 files changed, 1 insertions, 1 deletions
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"':'