From 0fadeed493688213b4c5daab32c5dbbcd41ce4c8 Mon Sep 17 00:00:00 2001 From: Ron Nazarov Date: Thu, 3 Jun 2021 12:47:08 +0100 Subject: replace #!/bin/bash with #!/usr/bin/env bash --- download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'download') diff --git a/download b/download index 93d7e41e..7d32a353 100755 --- a/download +++ b/download @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Generic script for downloading programs used by the build system # -- cgit v1.2.1