Stephen Marley
2005-03-05 15:46:22 UTC
Can someone remind me why OpenBSD's shell scripts (/etc/rc for example)
use test constructs like this:
[ "X${pf}" != X"NO" ]
why is the X used? Isn't this equivalent and less obfuscated?:
[ "$pf" != NO ]
Cheers.
use test constructs like this:
[ "X${pf}" != X"NO" ]
why is the X used? Isn't this equivalent and less obfuscated?:
[ "$pf" != NO ]
Cheers.
--
***@cl-is.com
***@cl-is.com