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