From c3c6e37d48fd190d62a9c719901c1da90e0b3dcf Mon Sep 17 00:00:00 2001 From: Colgrave Date: Wed, 29 Jan 2025 14:55:43 -0500 Subject: [PATCH] update script to use `#!/bin/sh` to be more posix compatible --- Butane/.woodpecker/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Butane/.woodpecker/script.sh b/Butane/.woodpecker/script.sh index 55f00c1..f3a1b37 100644 --- a/Butane/.woodpecker/script.sh +++ b/Butane/.woodpecker/script.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # loop through all butane files in the current directory for i in *.bu ; do