From 4114fd1586bce1757b06efbc5a941df71a0a049b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 7 Dec 2024 17:15:28 +0200 Subject: Portable shebangs --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 556d11b..d9c83b4 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Updates bin files find $AK_BINDIR -type l | while read link -- cgit v1.2.3