summaryrefslogtreecommitdiffstats
path: root/util/copy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/copy.pl')
-rw-r--r--util/copy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/copy.pl b/util/copy.pl
index c4bcccdee6..ef4d8708e2 100644
--- a/util/copy.pl
+++ b/util/copy.pl
@@ -26,7 +26,7 @@ foreach $arg (@ARGV) {
next;
}
$arg =~ s|\\|/|g; # compensate for bug/feature in cygwin glob...
- foreach (glob $arg)
+ foreach (glob qq("$arg"))
{
push @filelist, $_;
}