Changeset 737 for script

Show
Ignore:
Timestamp:
03/15/05 06:19:25 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
2093
Message:

* Thomas Yeh reported that pugscc contains a typo that renders it useless on case-sensitive filesystems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r641 r737  
    3333exit 1 unless -e "dump.ast"; 
    3434 
    35 copy ("$base/src/Main.hs" => "$base/src/MainCc.hs"); 
     35copy ("$base/src/Main.hs" => "$base/src/MainCC.hs"); 
    3636 
    3737open FH, '>>', "$base/src/MainCC.hs";