Commit feb4c327 authored by Ben Laurie's avatar Ben Laurie
Browse files

Remove unused variable.

parent 63d86d06
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4,13 +4,10 @@ use strict;

use Fcntl;


# copy-if-different.pl

# Copy to the destination if the source is not the same as it.

my $stripcr = 0;

my @filelist;

foreach my $arg (@ARGV) {