IFS work for comma delimited arrays
This commit is contained in:
parent
16a6db49d9
commit
528bb7def0
@ -41,7 +41,8 @@ mdls_per_file () {
|
|||||||
fi
|
fi
|
||||||
IFS=$old_IFS
|
IFS=$old_IFS
|
||||||
done
|
done
|
||||||
printf '%s' $mdls_properties
|
old_IFS=$IFS
|
||||||
|
IFS=',';printf '%s' $mdls_properties;IFS=$old_IFS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user