| 19:15:24 | kergoth | busybox bug. cd /; mkdir -p blah/heh; works fine, mkdir -p /blah/heh results in "mkdir: Cannot create directory ``: No such file or directory" and failure. |
| 19:15:35 | kergoth | so mkdir -p + absolute path = boom :) |
| 19:16:47 | kergoth | er, nevermind, it does create the path, just returns a failure exit code and dumps the message. odd. |
| 19:18:07 | kergoth | okay i'm dense. it returns success, just dumps an annoying error message |
| 19:18:10 | kergoth | has another coffee |