Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix PERL6LIB handling in autounfudge.pl
  • Loading branch information
moritz committed Apr 22, 2012
1 parent f649408 commit dfea6b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/autounfudge.pl
Expand Up @@ -68,7 +68,6 @@ =head1 MISCELLANEA
our $out_filename = 'autounfudge.patch';
my $exclude = '(?!)';
our $threads_num = 1;
$ENV{PERL6LIB} = 'lib';

GetOptions 'impl=s' => \$impl,
'debug' => \$debug,
Expand All @@ -82,7 +81,7 @@ =head1 MISCELLANEA
'jobs=i' => \$threads_num,
or usage();

delete $ENV{PERL6LIB} unless $keep_env;
$ENV{PERL6LIB} = 'lib' unless $keep_env;

my @files;

Expand Down

0 comments on commit dfea6b3

Please sign in to comment.