mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Be consistent in choice of shell across all shell scripts in repo
This commit is contained in:
parent
bc4a099bff
commit
1a55147870
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
# With no args, read stdin to scrape compiler output.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
from=${1}
|
||||
to=${2}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/bash
|
||||
# Script to rewrite the autogenerated mocks in a unit test between
|
||||
# /* AUTOGENERATED MOCKS START */ and /* AUTOGENERATED MOCKS END */
|
||||
# based on link failures.
|
||||
|
Loading…
Reference in New Issue
Block a user