Browse Source
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>pull/2938/head
Rusty Russell
5 years ago
committed by
neil saitug
2 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue