Skip to content
Commit b45938a9 authored by John Ericson's avatar John Ericson
Browse files

plasma5: Fix setup hook some more

1. `[[...]]` is more robust wrt empty expansions than `[..]`

2. `${foo-}` is simpler and won't accidentally be a url compared to
`${foo:-}`

3. `+=` works even when the variable is undefined.
parent 013b9a85
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