- syntax as per Bourne/Korn shell ${parameter:-defValue} If parameter is unset or null, the \c defValue is substituted. Otherwise, the value of parameter is substituted. |
||
---|---|---|
.. | ||
Make | ||
Test-string.C |
- syntax as per Bourne/Korn shell ${parameter:-defValue} If parameter is unset or null, the \c defValue is substituted. Otherwise, the value of parameter is substituted. |
||
---|---|---|
.. | ||
Make | ||
Test-string.C |