-
It’d be really nice to see this quick substitution shorthand implemented in oils. It’s one of those things that make working with shell so enjoyable!
-
## Problem
On line `2866` it uses `${with_gtk:0:1}` which isn't posix, which is ok but, it would be better to have the shebang be `#!/bin/bash` or change this to a posix alternative.
The reason I …
-
**Verkko Script issue**
New script functions getNumberOfCPUs() and getPhysicalMemorySize() appear to have been added in v2.2.1 and these are written with modern bash syntax not supported by the dash …
-
Running checkbashisms (https://anonscm.debian.org/cgit/collab-maint/devscripts.git/plain/scripts/checkbashisms.pl) against nagios/bin/* from the 1.1.5 release results into the following error.
Not …
-
```
$ multirust update nightly
multirust: installing toolchain 'nightly'
rustup: gpg available. signatures will be verified
/home/vi/home/rust/prefix/bin/rustup.sh: 1512: [: 1: unexpected operator
rus…
-
The `[[` keyword is only available in bash, zsh and maybe a few other shells.
Suggested fix:
~~~patch
--- acceptance-tests/microbench-perf.sh.in.orig 2020-02-04 17:00:30.000000000 +0000
+++ acce…
-
Attempted to run ./build.sh on Ubuntu which failed with:
```
Building Kibana package for debian with maintainer 'Basho'
./build.sh: 12: ./build.sh: [[: not found
./build.sh: 63: ./build.sh: [[: not f…
-
```
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…
-
Hi,
A really low priority task, but you should try to only use dash (/bin/sh) construct.
It will allow to create smaller virtual machine on debian side
Bastien