declare seperatly

This commit is contained in:
Ranomier 2024-12-03 03:48:03 +01:00
parent b3733f3937
commit 34e11c5343

View file

@ -16,7 +16,8 @@ help_text() {
} }
export LC_ALL='C.UTF8' export LC_ALL='C.UTF8'
export SCRIPT_DIR="$(cd -P -- "$(dirname -- "$(command -v -- "$0")")" && pwd -P)" SCRIPT_DIR="$(cd -P -- "$(dirname -- "$(command -v -- "$0")")" && pwd -P)"
export SCRIPT_DIR
P_PATH="$SCRIPT_DIR/label.jpg" P_PATH="$SCRIPT_DIR/label.jpg"
I_TEXT="$(cat "$SCRIPT_DIR"/text.pango 2>/dev/null || echo 'example text')" I_TEXT="$(cat "$SCRIPT_DIR"/text.pango 2>/dev/null || echo 'example text')"