File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ for shell in sh bash fish ksh zsh; do
38
38
fn=' function '
39
39
dot=' .'
40
40
echo=' echo'
41
- startSym=' {'
41
+ startSym=' {'
42
42
endSym=' }'
43
43
endIf=' fi'
44
44
brackets=
@@ -48,7 +48,7 @@ for shell in sh bash fish ksh zsh; do
48
48
fn=' function '
49
49
dot=
50
50
echo=' /bin/echo'
51
- startSym=' {'
51
+ startSym=' {'
52
52
endSym=' }'
53
53
endIf=' fi'
54
54
brackets=
@@ -69,7 +69,7 @@ for shell in sh bash fish ksh zsh; do
69
69
dot=
70
70
# shellcheck disable=SC2016
71
71
echo=' $ECHO'
72
- startSym=' {'
72
+ startSym=' {'
73
73
endSym=' }'
74
74
endIf=' fi'
75
75
brackets=' ()'
@@ -113,7 +113,7 @@ SH_ECHO
113
113
for underLine in " " " UL" ; do
114
114
{
115
115
echo " "
116
- echo " ${fn} echo ${dot}${light}${bold}${underLine}${color}${brackets} "
116
+ printf " %secho%s%s%s%s%s%s " " ${fn} " " ${dot} " " ${light} " " ${bold} " " ${underLine} " " ${color} " " ${brackets} "
117
117
if [ " ${underLine} " = " " ]; then
118
118
ulCode=
119
119
else
You canβt perform that action at this time.
0 commit comments