From 837bb8f878e3021b8ca24e76e33f963cb35a3b8b Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 30 Jun 2025 07:07:57 -0400 Subject: [PATCH] SET LANG and DB_LANG at installation --- support/crdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/crdb.sh b/support/crdb.sh index 5f41523..83a7c4a 100755 --- a/support/crdb.sh +++ b/support/crdb.sh @@ -29,7 +29,7 @@ echo "#==========================================" date echo "#------------------------------------------" /bin/echo "creating $DB_TYPE:$DB_NAME data-base" >> $LOG -/bin/echo "JMPDBG <"$LANG">" +/bin/echo "LANG=<"$LANG"> DB_LANG=<$"$DB_LANG">" ) >> $LOG case "$DB_TYPE" in -- 2.47.3