mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct parameter expansion expression.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
05a5a1ccf8
commit
20f086c4a8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if [ $debug = y ]; then
|
|||
else
|
||||
opts=-q
|
||||
fi
|
||||
[ $color = n ] || opts="${opts:+ }--color"
|
||||
[ $color = n ] || opts="${opts:+$opts }--color"
|
||||
|
||||
v=${1:-}
|
||||
case $v in
|
||||
|
|
Loading…
Add table
Reference in a new issue