Not all systems have /bin/bash. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c09232171a4703120c1aa9af28c3ae6b3f3a6f36 | |
parent 56f54ee01cc853c3d87b0ba81ea1ba7c15fd44c7 | |
Author: Troels Henriksen <[email protected]> | |
Date: Tue, 8 Aug 2023 21:32:23 +0200 | |
Not all systems have /bin/bash. | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M filters/title-boxes.filter | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/filters/title-boxes.filter b/filters/title-boxes.filter | |
@@ -1,4 +1,4 @@ | |
-#!/bin/bash | |
+#!/usr/bin/env bash | |
export TERM=linux | |