netzego / bashskel

0 stars 0 forks source link

`$IFS` (Internal Field Seperator) in "strict-mode" prevent printing of arrays in one line #11

Open netzego opened 1 year ago

netzego commented 1 year ago

$IFS=$'\t\n' (' ' is missing) prevents printing an array in one line. This clash for eg. with print_vars function.

netzego commented 1 year ago

This is the expected behavior when setting IFS. IMO not what the user expected.