Many of the generated fixes uses this idiom

IFS=$'\n' ...
unset $IFS

IFS is a variable, but, $IFS is a character string, so, unsetting it does not 
restore IFS to its default value. What am I missing?

Thanks,

Greg Silverman
Mountain View, Ca
_______________________________________________
Open-scap-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/open-scap-list

Reply via email to