From 8ed1a0cb5aba50a14c0ac0c9c225f709157357e0 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Wed, 28 Aug 2024 18:59:14 +0200 Subject: [PATCH] templatessorter.sh: move to posix shell This one is already clean, so just change the shebang Signed-off-by: Ralph Sennhauser --- source/tools/templatessorter/templatessorter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/templatessorter/templatessorter.sh b/source/tools/templatessorter/templatessorter.sh index 923aa4b6b7..9d965fc581 100755 --- a/source/tools/templatessorter/templatessorter.sh +++ b/source/tools/templatessorter/templatessorter.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # check arguments count if [ $# -ne 1 ]; then echo usage: "$0" directory