-
Hello. `/bin/sh` historically used to be (and continues to be on some distros) a POSIX or "Bourne" shell specifically, for this reason when `bash` executes shell script with a `/bin/sh` shebang, it en…
-
Hello, I have an error when starting the script... Can you please help ?
![image](https://github.com/user-attachments/assets/1979f6cc-b7ff-46c2-89c5-c44e31ad338d)
-
### Dupe Check
- [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates
### Describe the bug
I'm using expo and when I try …
-
It's not clear whether the rust-installer is targeting all POSIX shells or just Bourne shells. `/bin/sh` is not guaranteed to point to a Bourne-like shell. For example on Ubuntu, `/bin/sh` is symlinke…
-
This would be a little more visually pleasing than the macros we are currently using.
- [ ] The `GAME BOY` logo is the easiest one: run it through `rgbgfx -d 1`, and skip every other byte of the ge…
-
This is to add later on to CONTRIBUTING.md
- Use [shellcheck](https://github.com/koalaman/shellcheck) - a static analysis tool for shell scripts - it has a debiand packages with the same name and…
-
**Describe the bug**
vcpkg-init.sh fail in `/bin/sh` with: `/bin/sh: 85: /tmp/vcpkg-init.sh: Syntax error: Bad function name`. It started recently, most probably after rename function to vcpkg-shell.…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### Anaconda default channels
- [X] I do NOT use the Anaconda default channels (pkgs/* etc.)
### How did you ins…
-
I tried to install and when I run the ```ninja -C build``` Command, I get this error message:
I don't really know what it means, so help would be appreciated
```
ninja: Entering directory `build'…
-
cmd/unshare:
Hardcodes bash, when it should resort to SH, which is what POSIX compliant systems use (Also those that aren't POSIX compliant tend to just link their default shell to /bin/sh)
``` unsh…