rgb-cln/contrib
Rusty Russell 997af6f3f4 contrib: make stricter shellcheck from Ubuntu 18.04 happy
In contrib/bootstrap-node.sh line 7:
if type lightning-cli >/dev/null 2>&1; then
   ^-- SC2039: In POSIX sh, 'type' is undefined.

In contrib/startup_regtest.sh line 41:
	type lightning-cli || return
        ^-- SC2039: In POSIX sh, 'type' is undefined.

In contrib/startup_regtest.sh line 42:
	type lightningd || return
        ^-- SC2039: In POSIX sh, 'type' is undefined.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-08-23 08:22:28 -07:00
..
init systemd: After=network-online.target 2019-08-20 20:14:36 +02:00
plugins pylightning: Warn users of plugins that may break due to extra args 2019-08-05 00:19:48 +00:00
pylightning close: change to a unilateraltimeout argument. 2019-08-09 05:47:16 +00:00
Dockerfile.builder contrib: add mako requirement to docker files. 2019-08-16 00:26:09 +00:00
Dockerfile.builder.fedora contrib: add mako requirement to docker files. 2019-08-16 00:26:09 +00:00
Dockerfile.builder.i386 contrib: add mako requirement to docker files. 2019-08-16 00:26:09 +00:00
bootstrap-node.sh contrib: make stricter shellcheck from Ubuntu 18.04 happy 2019-08-23 08:22:28 -07:00
lightning-cli.bash-completion bash-completion: include underscores 2019-07-09 13:23:14 +02:00
linuxarm32v7.Dockerfile [Docker] Fixing the environment variable for arm32 2019-08-19 07:09:47 +00:00
linuxarm64v8.Dockerfile Add docker ARM64 support 2019-08-11 18:19:22 +02:00
short_channel_id-to-txid.sh contrib/short_channel_id-to-txid.sh: simple mapping util. 2018-08-21 22:53:45 +02:00
startup_regtest.sh contrib: make stricter shellcheck from Ubuntu 18.04 happy 2019-08-23 08:22:28 -07:00