From 4114fd1586bce1757b06efbc5a941df71a0a049b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 7 Dec 2024 17:15:28 +0200 Subject: Portable shebangs --- lib/_ak_smfiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/_ak_smfiles') diff --git a/lib/_ak_smfiles b/lib/_ak_smfiles index 55ec381..f41d006 100755 --- a/lib/_ak_smfiles +++ b/lib/_ak_smfiles @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source $AK_LIBDIR/_ak_log # The directory where the chunked data will be living at @@ -87,7 +87,7 @@ _ak_sm_file_joiner(){ then MAPSFILE="$1" - echo '#!/bin/bash' > script + echo '#!/usr/bin/env bash' > script # We create a script to copy all the chunks and rename them to their serialized # name produced by split when we splitted the file -- cgit v1.2.3