X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fcount_lines;fp=ghc%2Fcompiler%2Fcount_lines;h=9fb7b190798ca1d8cffce8e7ad9e96043f9f3111;hb=83eef621e4a4fbb6c1343304ec638cafd6c9dc09;hp=cbf6503b360727f5b77afee224fc349fd45ca7ec;hpb=4166dff80e8ec94022a040318ff2759913fbbe06;p=ghc-hetmet.git diff --git a/ghc/compiler/count_lines b/ghc/compiler/count_lines index cbf6503..9fb7b19 100644 --- a/ghc/compiler/count_lines +++ b/ghc/compiler/count_lines @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # %DirCount = (); %ModCount = (); @@ -8,7 +8,7 @@ foreach $f ( @ARGV ) { if ( $f =~ /\.lhs$/ ) { - open(INF, "unlit $f - |") || die "Couldn't unlit $f!\n"; + open(INF, "/home/simonpj/builds/slpj/ghc/utils/unlit/unlit $f - |") || die "Couldn't unlit $f!\n"; } else { open(INF, "< $f") || die "Couldn't open $f!\n"; }