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:
Tim Ruffing 2021-10-15 15:23:43 +02:00
commit e290c0f835
No known key found for this signature in database
GPG Key ID: 8C461CCD293F6011
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eou pipefail

0
src/modules/ecdsa_s2c/main_impl.h Executable file → Normal file
View File