-
Autotools will require the users to install a full posix shell like cygwin or msys2.
-
In #30284 I noted that we have three separate variables to track if either fish, bash or zsh init files had been sourced.
Braindump: It seems like it would be smart to not only have a single variab…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/ec07e829-2451-4e17-8dfe-185b25864ad3.png)
if there are no space between address and t\friends, this product will cons…
-
`case` statements are not handled at all. [I'm building a POSIX shell in Javascript](https://github.com/piranna/nsh) for [NodeOS](https://github.com/NodeOS/NodeOS) and would need to available all the …
-
The following shell script should print 1 according to POSIX:
for x in y; do
! continue
done
echo $?
But it prints 0 on yash.
-
### Issue description
If `COLUMNS` is exported prior to starting a Pipenv shell in Bash, it does not get updated upon resizing the terminal window, even if the `checkwinsize` Bash setting is enable…
tfpf updated
2 months ago
-
This issue is akin to #664, but not a duplicate.
Quite often, I find myself having to write scripts that re-execute themselves with the proper interpreter, because portability is a real pain.
Th…
Ionic updated
2 years ago
-
Currently you can't use yadm with a non bash shell. With [Shellcheck](https://www.shellcheck.net) you can check for POSIX compliance.
-
On Windows 10, I installed this plugin in Atom, and installed [s5](https://github.com/mvisonneau/s5) and added it to my path, but I couldn't get this to work.
At first, I thought perhaps this plugi…
-
I looked at a few of the "shell scripting" tutorials, and a few things immediately jumped out at me.
* You should either commit to teach POSIX compliant shell scripting, or to teach bash specifical…