We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93e382 commit 9ddc2baCopy full SHA for 9ddc2ba
3 files changed
apps/ponysay.c
@@ -11,7 +11,7 @@
11
int main(int argc, char * argv[]) {
12
char ** args = malloc(sizeof(char *) * (argc + 3)); /* two for -m ponysay, one for null */
13
14
- chdir("/usr/ponysay");
+ setenv("KUROKOPATH","/usr/ponysay/",1);
15
16
args[0] = "kuroko";
17
args[1] = "-m";
base/usr/ponysay
kuroko
0 commit comments