Skip to content

Commit e290c0f

Browse files
Merge #148: fix a couple things to make Elements 22's linter happy
b9ebee1 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 b9ebee1 Tree-SHA512: 00da8fefd67c1882c6cec39dc81ce67ae3f52f902ddf72545e902b8f5bc7cd7c1249bf71027c530245c403a99c86ffbb61a89bc18c27c5ec975f6f653200766c
2 parents 7812feb + b9ebee1 commit e290c0f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contrib/sync-upstream.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -eou pipefail
44

src/modules/ecdsa_s2c/main_impl.h

100755100644
File mode changed.

0 commit comments

Comments
 (0)