-
It’s wrong to assume that `bash` is installed in `/bin` or even installed at all – `/bin/bash` in shebang is not well portable. Using `bash` for every shell script is a bad practice that even caused s…
-
* In lib/functions/artifacts/artifact-full_firmware.sh, replace all instances of the 'x-hack' with the '==' operator for comparison in bash or '=' operator in POSIX shell without the 'x' prefix.
* In …
-
Taking #27130 to the next step: The following samples do not have a README:
* [ ] samples/boards/esp32/ethernet
* [ ] samples/boards/nrf/nrf53_sync_rtc/net
* [ ] samples/drivers/lcd_cyclonev_socd…
-
Hi, I've hit an issue on Solaris 11.4 when trying to invoke a shell using pipenv version 2018.11.26 (python3.7)
Similar to:
_detect_shell fails on IBM i / AIX #21_
The messages I would see were…
-
### Code of Conduct
- [ ] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Version
10.0.16
### …
-
The Frege Repl command calls:
```javascript
terminal.sendText(`java -cp $(./gradlew -q depsFrege --replSource=${path.basename(args)}) ${FREGE_REPL_MAIN_CLASS_NAME}`);
```
This only works with …
-
# Documenting Nushell's Behavior as a Login Shell
## Non POSIX Compliant
Obviously, nushell is **NOT** a *POSIX-compliant shell*. This may be the reason why users have trouble using it as a login …
-
Not sure how much useful would be this sugar.. but will mimic posix shell standards at least
-
In some shells' thefuck alias, e.g. for bash, the core part falls to:
``` bash
# https://github.com/nvbn/thefuck/blob/master/thefuck/shells/bash.py#L13
eval $(BUNCH_OF_VARIABLES=something thefuck $(f…
-
### Contributions
- [X] I have read the contribution docs, and understand what's expected of me.
### Link to the page on docs.getdbt.com requiring updates
Updates could possible go on this pa…