Skip to content

Commit 97f6d9e

Browse files
Use ksh built-in echo to fix FreeBSD/macOS support
1 parent d5378be commit 97f6d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for shell in sh bash fish ksh zsh; do
4747
"ksh")
4848
fn='function '
4949
dot=
50-
echo='/bin/echo -e'
50+
echo='echo -e'
5151
startSym=' {'
5252
endSym='}'
5353
endIf='fi'

0 commit comments

Comments
 (0)