read csv files to vars

This commit is contained in:
olli 2024-06-18 16:22:41 +02:00
parent c0d0287dd2
commit 79e55cd29d

View File

@ -21,7 +21,7 @@ function g_read_csv {
# check for ,
if ! grep -q $g_separator "$g_csvfile"
then
g_echo_error "${g_csvfile} does not contain \",\""
g_echo_error "${g_csvfile} does not contain \"$g_separator\""
return 1
fi