Skip to content

Commit

Permalink
Finalize ponysay
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Mar 31, 2022
1 parent c93e382 commit 9ddc2ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/ponysay.c
Expand Up @@ -11,7 +11,7 @@
int main(int argc, char * argv[]) {
char ** args = malloc(sizeof(char *) * (argc + 3)); /* two for -m ponysay, one for null */

chdir("/usr/ponysay");
setenv("KUROKOPATH","/usr/ponysay/",1);

args[0] = "kuroko";
args[1] = "-m";
Expand Down
2 changes: 1 addition & 1 deletion base/usr/ponysay
Submodule ponysay updated 1 files
+1 −0 ponysay/ponysay.krk
2 changes: 1 addition & 1 deletion kuroko
Submodule kuroko updated 1 files
+28 −0 src/kuroko.c

0 comments on commit 9ddc2ba

Please sign in to comment.