From 4c9373a055ed8d863e52b708e21832bace7b1492 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Fri, 26 Jul 2019 11:10:01 +0200 Subject: [PATCH] Lift restriction on bash since the script runs perfectly with dash (when you have GNU sed) --- unit.js.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit.js.tpl b/unit.js.tpl index 2263e4c..ebbc7c8 100755 --- a/unit.js.tpl +++ b/unit.js.tpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh indent() {