read csv files to vars
This commit is contained in:
parent
c0d0287dd2
commit
79e55cd29d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user