Skip to content

Commit

Permalink
Merge #148: fix a couple things to make Elements 22's linter happy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
real-or-random committed Oct 15, 2021
2 parents 7812feb + b9ebee1 commit e290c0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sync-upstream.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -eou pipefail

Expand Down
Empty file modified src/modules/ecdsa_s2c/main_impl.h
100755 → 100644
Empty file.

0 comments on commit e290c0f

Please sign in to comment.