]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke it on...
authorjustdave%syndicomm.com <>
Fri, 1 Jun 2001 09:27:52 +0000 (09:27 +0000)
committerjustdave%syndicomm.com <>
Fri, 1 Jun 2001 09:27:52 +0000 (09:27 +0000)
importxml.pl

index 6f2ca27060d2e051670611dc9bf0dfeacb8081de..b4b27b1e0bd1433f9243ef5fe08ee357854b714a 100755 (executable)
@@ -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;