Skip to content

Commit

Permalink
Piraha.m: Correct case of PirahaPeg directory reference in class path
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Feb 21, 2014
1 parent 2fa5dd5 commit b761223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/PirahaPeg/Piraha.m
Expand Up @@ -36,7 +36,7 @@
fullKrancDir = absPath[KrancDirectory];

AddToClassPath[
FileNameJoin[{fullKrancDir, "Tools","PirahaPEG","piraha.jar"}]];
FileNameJoin[{fullKrancDir, "Tools","PirahaPeg","piraha.jar"}]];

DefFn[
Parse[grammarFileName_String, pattern_String, inputFileName_String] :=
Expand Down

0 comments on commit b761223

Please sign in to comment.