summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patchfns.in')
-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 ]