From b9ebee1490cc10286780c824a2bfac6bbb961cee Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 14 Oct 2021 21:21:30 +0000 Subject: [PATCH] fix a couple things to make Elements 22's linter happy --- contrib/sync-upstream.sh | 2 +- src/modules/ecdsa_s2c/main_impl.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/modules/ecdsa_s2c/main_impl.h diff --git a/contrib/sync-upstream.sh b/contrib/sync-upstream.sh index b72744f4..687420d8 100755 --- a/contrib/sync-upstream.sh +++ b/contrib/sync-upstream.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -eou pipefail diff --git a/src/modules/ecdsa_s2c/main_impl.h b/src/modules/ecdsa_s2c/main_impl.h old mode 100755 new mode 100644