Skip to content

Commit 9ddc2ba

Browse files
committed
Finalize ponysay
1 parent c93e382 commit 9ddc2ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/ponysay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
int main(int argc, char * argv[]) {
1212
char ** args = malloc(sizeof(char *) * (argc + 3)); /* two for -m ponysay, one for null */
1313

14-
chdir("/usr/ponysay");
14+
setenv("KUROKOPATH","/usr/ponysay/",1);
1515

1616
args[0] = "kuroko";
1717
args[1] = "-m";

base/usr/ponysay

kuroko

Submodule kuroko updated 1 file

0 commit comments

Comments
 (0)