From 01c177701833225ce51e66a05665cb1d196f7d69 Mon Sep 17 00:00:00 2001 From: gnaegi <none@none> Date: Mon, 9 Mar 2015 12:11:07 +0100 Subject: [PATCH] OO-1463 changed sh to bash for debian support --- src/main/webapp/static/themes/compiletheme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/themes/compiletheme.sh b/src/main/webapp/static/themes/compiletheme.sh index bd0c3ab94b6..f5e2330e492 100755 --- a/src/main/webapp/static/themes/compiletheme.sh +++ b/src/main/webapp/static/themes/compiletheme.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Compilescript for openolat-SASS-theme # Can be included into eclipse-project-build (project-properties --> "Builders") -- GitLab