From d6723c1412899a6c204a73113b749dda5d648485 Mon Sep 17 00:00:00 2001 From: Phenom Date: Mon, 28 Mar 2016 20:34:32 +0200 Subject: [PATCH] Fix WebUI Make Source build script for LMDE and other using /bin/sh. --- libresapi/src/webui-src/make-src/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libresapi/src/webui-src/make-src/build.sh b/libresapi/src/webui-src/make-src/build.sh index 9bd6dda4a..f96674cae 100755 --- a/libresapi/src/webui-src/make-src/build.sh +++ b/libresapi/src/webui-src/make-src/build.sh @@ -1,8 +1,8 @@ -#!/usr/bin/sh +#!/usr/bin/env sh # create webfiles from sources at compile time (works without npm/node.js) -if [ "$1" == "" ];then +if [ "$1" = "" ];then publicdest=../../webui src=.. else