this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix shebang argument handling (resolves #267)

+2
+2
src/kernel/emulation/linux/process/execve.c
··· 117 117 if (arg != NULL) 118 118 { 119 119 *arg = '\0'; // terminate interp 120 + arg++; 121 + 120 122 while (isspace(*arg)) 121 123 arg++; 122 124 if (*arg == '\0')