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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment