-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
The softWoRx generated task command files are bash scripts. The shebang line is specific about using `/bin/bash` and at least the deconvolution task uses a bashism to redirect stderr and stdout:
…
-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
```
On newer versions of Ubuntu, dash is used in place of /bin/sh [1]. This causes
a problem for the test vector script that rely on the bashism ((...)) to do
arithmetic expansion.
1 : https://w…
-
The runner shell script is using a bashism, namely $RANDOM:
https://github.com/basho/node_package/blob/develop/priv/base/runner#L309
but the runner script is using `/bin/sh` which on many system…
-
This issue was migrated from [Pagure Issue #2249](https://pagure.io/dogtagpki/issue/2249). Originally filed by **[tjaalton](https://pagure.io/user/tjaalton) (@tjaalton)** on *2016-03-29 19:04:35*:
- …