From 07de085dabab8daaea589b597e3915893cc98445 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Fri, 26 Apr 2019 11:41:02 +0200 Subject: Use portable shebangs: /bin/bash -> /usr/bin/env bash Upstream-commit-id: 6a73ca814af --- Cryptlib/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cryptlib') diff --git a/Cryptlib/update.sh b/Cryptlib/update.sh index 31a082d4..7ea59831 100755 --- a/Cryptlib/update.sh +++ b/Cryptlib/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DIR=$1 OPENSSL_VERSION="1.0.2k" -- cgit v1.2.3