Comment 3 for bug 38074

Revision history for this message
Damien Cassou (cassou) wrote : Special bash construct

Here I used ${parameter:-word} which is replaced by 'parameter' if paramater is non null and non empty or by word on the other case.