qsgen2: Typo

This commit is contained in:
Stig-Ørjan Smelror 2024-02-16 20:37:34 +01:00
parent 2dc1f3a929
commit 2a8eb3e02f

1
qsgen2
View File

@ -55,7 +55,6 @@ if [[ ${lang_found} == "false" ]]; then
echo "Defined language, ${language}, not found. Using en_US."
source "${HOME}/bin/include/qsgen2/lang/en_US"
fi
done
if (${globaldebug}); then
qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' )