From 5708b91307562c5e206810803acf99365fc3fb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Fri, 4 Mar 2011 17:07:37 +0000 Subject: omit obsolete '-0' option CVS version numbers touch_files.pl: 1.1 -> 1.2 --- touch_files.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'touch_files.pl') diff --git a/touch_files.pl b/touch_files.pl index ed1a85f63cb..faad44f9cfa 100755 --- a/touch_files.pl +++ b/touch_files.pl @@ -21,7 +21,7 @@ sub obtain_files my @list; return unless -s "$config{'datadir'}/wmlfiles.old"; return unless -s "$config{'datadir'}/wmlfiles"; - if (open (IN, "diff -0 $config{'datadir'}/wmlfiles.old $config{'datadir'}/wmlfiles|")) { + if (open (IN, "diff $config{'datadir'}/wmlfiles.old $config{'datadir'}/wmlfiles|")) { while () { next until (/^[<>] \.\//); s/^[<>] \.\///; -- cgit v1.2.3