Skip to content
Snippets Groups Projects
Commit 3b72fc3e authored by Mark Olesen's avatar Mark Olesen
Browse files

ENH: support default values in string expansion

- 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.
parent 01ea4623
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment