-
Currently `activate.d` and `deactivate.d` directories contain files meant to be sourced by the currently-active shell. E.g. `.sh` files for bash shells; `.bat` files for cmd.exe shells. In those two…
-
### Question
In my setup I previously used `msys2` + [`fish`](https://packages.msys2.org/base/fish) (latter installed through the bundled package manager `pacman`).
This works fine and it behaves …
-
To avoid including stdio.h and stdlib.h in assert.h
-
printScriptDir.sh: 17: printScriptDir.sh: Bad substitution
16
17 elif [ '/' = "${1:0:1}" ]; then
18
I felt I should mention that this line will not work in alternative shells, that rely more heav…
modoj updated
8 years ago
-
## Bug Report
#### Current Behavior
Simply does a syntax error.
#### Expected Behavior
It should automatically start the install script.
#### Additional context/Screenshots
![ima…
-
we have to set up a signal handler in the other threads to call setuid() and setgid(), and then send the other threads a signal, like glibc does.
-
**_Reported by Paul Sokolovsky:_**
Support for BSD Sockets like API for Zephyr was one of the most common request among stakeholders and parties interested in Zephyr, and for a long time. At the Zeph…
-
This is a particularly frustrating linuxism... Bourne Shell is not Bourne Again Shell
Your `#!` line for the compton-trans script needs to use `/usr/bin/env bash` or similar rather than incorrectly a…
-
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…
-
There are some corners of the WebAssembly spec that are strict and explicit where the C and LLVM specifications remain undefined. An example of this is UINT32_MIN % -1, which overflows with undefined …