Hennadii Stepanov
1ac454a384
Enable ShellCheck rules
...
Enabled ShellCheck rules:
SC1087
SC2001
SC2004
SC2005
SC2006
SC2016
SC2028
SC2048
SC2066 (note that IFS already contains only a line feed)
SC2116
SC2166
SC2181
SC2206
SC2207
SC2230
SC2236
5 years ago
MarcoFalke
fa0fe3b8a4
contrib: Add missing wallet tool to gen-manpages.sh
6 years ago
DesWurstes
000000035b
Obsolete #!/bin/bash shebang
6 years ago
practicalswift
3352da8da1
Add "export LC_ALL=C" to all shell scripts
6 years ago
Wladimir J. van der Laan
526e28220a
contrib: Add support for out-of-tree builds in gen-manpages.sh
...
This adds support for setting the environment variable `BUILDDIR`
to point to executables that are outside the source directory.
E.g. to invoke the tool when the build is in $PWD/build:
```bash
BUILDDIR=$PWD/build contrib/devtools/gen-manpages.sh
```
7 years ago
practicalswift
193c2fb4c8
Use bash instead of POSIX sh. POSIX sh does not support arrays.
7 years ago
nomnombtc
d19583f478
improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also runs binaries from build dir by default, added variables for more control
8 years ago
nomnombtc
d2cd9c033b
add script to generate manpages with help2man
8 years ago