mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
Bash-4.4 distribution sources and documentation
This commit is contained in:
@@ -46,3 +46,9 @@ esac)
|
||||
echo $(case a in (a) echo ok 6 # comment
|
||||
;;
|
||||
esac)
|
||||
|
||||
echo $( # we just took and pasted in some
|
||||
# code from another script inside a
|
||||
# command substitution
|
||||
echo xyz
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user