aboutsummaryrefslogtreecommitdiffstats
path: root/touch_files.pl
diff options
context:
space:
mode:
authorDavid Prévot <taffit-guest>2011-03-04 17:07:37 +0000
committerDavid Prévot <taffit-guest>2011-03-04 17:07:37 +0000
commit5708b91307562c5e206810803acf99365fc3fb77 (patch)
tree4d92b950b536c5a9e0a61eb967ef26bc6932456a /touch_files.pl
parenta1aa61aa44af745cecb9fc8fcbfa4d7aeff796a1 (diff)
omit obsolete '-0' option
CVS version numbers touch_files.pl: 1.1 -> 1.2
Diffstat (limited to 'touch_files.pl')
-rwxr-xr-xtouch_files.pl2
1 files changed, 1 insertions, 1 deletions
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 (<IN>) {
next until (/^[<>] \.\//);
s/^[<>] \.\///;

© 2014-2024 Faster IT GmbH | imprint | privacy policy