summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index 6f2ca2706..b4b27b1e0 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -49,7 +49,7 @@ use strict;
my $path = $0;
$path =~ s#(.*)/[^/]+#$1#;
chdir $path;
-use lib "$path";
+use lib ($path);
use XML::Parser;
use Data::Dumper;