mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 21:00:48 +02:00
changes for quoting special and multibyte characters in glob patterns; changes to filename unicode normalization on macOS for globbing and filename completion; send SIGCONT unconditionally to just-restarted job in fg/bg
This commit is contained in:
@@ -2177,6 +2177,14 @@ If @var{parameter} is unset or null, the expansion of
|
||||
$ v=123
|
||||
$ echo $@{v-unset@}
|
||||
123
|
||||
$ echo $@{v:-unset-or-null@}
|
||||
123
|
||||
$ unset v
|
||||
$ echo $@{v-unset@}
|
||||
unset
|
||||
$ v=
|
||||
$ echo $@{v:-unset-or-null@}
|
||||
unset-or-null
|
||||
@end example
|
||||
|
||||
@item $@{@var{parameter}:=@var{word}@}
|
||||
|
||||
Reference in New Issue
Block a user