diff --git a/tools/ssl-local b/tools/ssl-local index 44cc605e..d6dfc282 100755 --- a/tools/ssl-local +++ b/tools/ssl-local @@ -1,5 +1,5 @@ -#!/bin/bash - +#!/usr/bin/env bash +# BUILD_PLATFORM=$(uname -s) if [[ -z $BUILD_TARGET ]]; then BUILD_TARGET=$(uname -m)