fix: update shebang to env bash and add strict mode for safer script execution in xgettext.sh

This commit is contained in:
Andrey Petelin
2025-10-07 20:12:14 +05:00
parent 2ba1c2f740
commit d6481675e0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail
PODIR="po"

View File

@@ -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"