Skip to content

Commit

Permalink
Fix hunspell launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Apr 11, 2017
1 parent 66291c9 commit 94f5587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portacle.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ int launch_hunspell(char *root, int argc, char **argv){
if(!set_env("WORDLIST", pathcat(path, root, 2, "config", ".personal-dictionary"))) return 0;
if(!set_env("DICPATH", pathcat(path, root, 3, "all", "dictionaries", ""))) return 0;

pathcat(path, root, 3, PLATFORM, "hunspell", "bin", "hunspell");
pathcat(path, root, 4, PLATFORM, "hunspell", "bin", "hunspell");
return launch_maybe_ld(path, argc, argv);
}

Expand Down

0 comments on commit 94f5587

Please sign in to comment.