Merge ElementsProject/secp256k1-zkp#148: fix a couple things to make Elements 22's linter happy
b9ebee1490cc10286780c824a2bfac6bbb961cee fix a couple things to make Elements 22's linter happy (Andrew Poelstra) Pull request description: In Elements 22 the linter looks for executable files that don't have a properly-formed shebang. For some reason it wants `/usr/bin/env bash` rather than `/bin/bash`, and also one of our source files was erroneously 755. ACKs for top commit: real-or-random: ACK b9ebee1490cc10286780c824a2bfac6bbb961cee Tree-SHA512: 00da8fefd67c1882c6cec39dc81ce67ae3f52f902ddf72545e902b8f5bc7cd7c1249bf71027c530245c403a99c86ffbb61a89bc18c27c5ec975f6f653200766c
This commit is contained in:
commit
e290c0f835
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
|
0
src/modules/ecdsa_s2c/main_impl.h
Executable file → Normal file
0
src/modules/ecdsa_s2c/main_impl.h
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user