Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
silence a warning
  • Loading branch information
moritz committed May 12, 2012
1 parent 7a267f3 commit 5228d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoker
Expand Up @@ -25,7 +25,7 @@ multi gen-result(X::Panda $ex) {

sub MAIN ($projectsfile) {
try mkdir "installlib";
%*ENV<PERL6LIB> = "{cwd}/installlib/lib:" ~ %*ENV<PERL6LIB>;
%*ENV<PERL6LIB> = "{cwd}/installlib/lib:" ~ (%*ENV<PERL6LIB> // '');
my $panda = Panda.new(
srcdir => "{cwd}/masstest/pandadir/src",
destdir => "{cwd}/installlib",
Expand Down

0 comments on commit 5228d87

Please sign in to comment.