From b2c02111904f080a6d50267814c8ba3427691311 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 29 Jan 2025 20:28:26 -0500 Subject: [PATCH] build: nix? --- tools/ssl-local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)