mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
tools: use /usr/bin/env bash instead of /bin/bash
These commands fail on systems that do not have bash under /bin Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Rusty Russell
parent
369bd274a1
commit
f8fa4213f1
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if ! diff -u <(grep -E 'sudo apt-get install .*git' README.md) \
|
||||
<(grep -E 'sudo apt-get install .*git' doc/INSTALL.md); then
|
||||
|
||||
Reference in New Issue
Block a user