diff --git a/luci-app-podkop/msgmerge.sh b/luci-app-podkop/msgmerge.sh index fd1e7e6..06e5706 100644 --- a/luci-app-podkop/msgmerge.sh +++ b/luci-app-podkop/msgmerge.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail PODIR="po" diff --git a/luci-app-podkop/xgettext.sh b/luci-app-podkop/xgettext.sh index 6826874..7f5d13b 100644 --- a/luci-app-podkop/xgettext.sh +++ b/luci-app-podkop/xgettext.sh @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash +set -euo pipefail SRC_DIR="htdocs/luci-static/resources/view/podkop" OUT_POT="po/templates/podkop.pot"