-
Example problem ('test' = GNU coreutils):
```
$ umask
0022
$ test $(umask) -eq 22
$ echo $?
0
$ toybox test $(umask) -eq 22
$ echo $?
1
```
This breaks xz's configure script, which thinks…
heatd updated
2 weeks ago
-
Hello!
I just got pointed to this program by noone else but Nelson H. F. Beebe (after noting that dict.cc is so slow to access with the lynx text mode browser on the lynx list), who says he uses this…
-
The current implementation of the tedge-container-plugin is written in Posix shell. Whilst Posix shell is super portable, it is end the end a shell which makes it harder to maintain and extend to meet…
-
It would be really nice if we can source `~/.bashrc` directly. That will make migration much easier.
xiaq updated
4 months ago
-
When running `doom doctor` I get this warning
```
! Detected Fish as your $SHELL
Fish (and possibly other non-POSIX shells) is known to inject garbage
output into some of the child processe…
-
It would be good to not have bash as a dependency and to use `#!/usr/bin/env sh` instead for cross platform support.
I've made some headway with this which I'll paste below but it's beyond my shell s…
-
Hi!
I am writing a Rust program that installs a POSIX shell script. In order to configure the shebang line properly, I would like to follow the spec and resolve the absolute `sh` path.
https://pub…
-
```
syncoid -r root@mymachine:rpool/data rpool/mymachine-backup/data ❌2 2024-08…
-
If you press `^G` to exit nnn or have [configured quitcd](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit), nnn writes a `cd` command in POSIX-shell syntax into `~/.config/nnn/.…
-
When used via 'sudo', the 'sysfunc' command may be run by the /bin/sh shell, which can be a bourne non-posix shell. In this case, execution fails with a lot of errors because the syntax we use require…