mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 12:36:50 +03:00
fix: update shebang to env bash and add strict mode for safer script execution in xgettext.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
PODIR="po"
|
PODIR="po"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
SRC_DIR="htdocs/luci-static/resources/view/podkop"
|
SRC_DIR="htdocs/luci-static/resources/view/podkop"
|
||||||
OUT_POT="po/templates/podkop.pot"
|
OUT_POT="po/templates/podkop.pot"
|
||||||
|
|||||||
Reference in New Issue
Block a user