summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-06 00:30:55 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-06 00:30:55 +0000
commiteb1c4ed66e0eb34ed4657e49b8d1eafb03f8c2e5 (patch)
tree1372ba0d5e2c82cac025f11dd7694df9af6b0aad /scripts
parente3f5563293f02787052472fb3083514aca1da998 (diff)
downloadquilt-eb1c4ed66e0eb34ed4657e49b8d1eafb03f8c2e5.tar.gz
Remove warning that may mis-trigger
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 332752d..91e3db9 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -528,7 +528,6 @@ diff_file()
if [ ! -e "$old_file" -a ! -e "$new_file" ]
then
- echo "File $file does not exist" >&2
return 0
fi
if [ $opt_strip_level -eq 0 ]