Changeset 1024 for script

Show
Ignore:
Timestamp:
03/22/05 20:55:29 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
2417
Message:

* typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r1023 r1024  
    7979 
    8080    if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i) { 
    81         push @ghc_flags, "-I$Config{archlib}/CORE", "-L$Config{archlib}/CORE", "-i$Config{archlib}/CORE, "-lperl"; 
     81        push @ghc_flags, ("-I$Config{archlib}/CORE", "-L$Config{archlib}/CORE", "-i$Config{archlib}/CORE", "-lperl"); 
    8282    } 
    8383