From d09410c7f7d8f89ed831ba3137ac68d0cef490a8 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 30 Jun 2025 10:31:09 -0400 Subject: [PATCH] Fixing crdbg DB_LANG display --- support/crdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/crdb.sh b/support/crdb.sh index 83a7c4a..f0f674f 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 "LANG=<"$LANG"> DB_LANG=<$"$DB_LANG">" +/bin/echo "LANG=<"$LANG"> DB_LANG=<"$DB_LANG">" ) >> $LOG case "$DB_TYPE" in -- 2.47.3