Harald Hoyer
|
f7844c296a
|
fix(TEST ENC-RAID-LVM): shellcheck
|
2021-03-30 16:34:17 +02:00 |
Harald Hoyer
|
9a52c3fdb0
|
style: shfmt reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
|
2021-03-13 20:10:43 +01:00 |
Mike Gilbert
|
5899f2f516
|
Replace echo -n with printf in code with a /bin/sh shebang
POSIX does not mandate that echo support the -n parameter.
printf has more well-defined behavior.
|
2015-07-14 22:22:14 -04:00 |
Harald Hoyer
|
552ecca6db
|
Renamed all shell scripts to *.sh
|
2012-02-22 15:15:21 +01:00 |