From d7639e9de26de62b740203b1d5191b3101d61fe7 Mon Sep 17 00:00:00 2001 From: Pavel Muhortov Date: Mon, 1 May 2023 17:04:10 +0300 Subject: [PATCH] change shebang --- build-python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-python.sh b/build-python.sh index 426832b..27ebce9 100644 --- a/build-python.sh +++ b/build-python.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # DESCRIPTION: # Building Python from sources.