Is it more efficient to assign a value to a variable without a value
like this:
a=${a:-"SomeValue"}
-or this -
:${a:="SomeValue"}
Or is it simply a matter of coding style?
...kt
-------------------------------------------------------
Pleas reply to | || _||_
Keith Tonge' at: | || // |_ _|
| ||/< ||
| "Do or do not. There is no try"
-------------------------------------------------------