Skip to content

Commit

Permalink
[Parrot::Embed] Remove an accidentally-duplicated line.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@16685 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
chromatic committed Jan 18, 2007
1 parent 001bbfd commit 5dba088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build.PL
Expand Up @@ -9,7 +9,6 @@ diag( my $in_parrot_tree = in_parrot_tree() );
diag( my $dl_env_var = get_dl_env_var() );
diag( my ($libp, $incp) = get_paths() );
diag( my ($cflags, $lflags) = get_compiler_flags( $in_parrot_tree ) );
diag( my ($cflags, $lflags) = get_compiler_flags( $in_parrot_tree ) );
diag( my $parrot = get_parrot_path( $in_parrot_tree ) );
diag( my $path_sep = get_path_separator() );

Expand Down

0 comments on commit 5dba088

Please sign in to comment.