Skip to content

Commit

Permalink
align all comments in section
Browse files Browse the repository at this point in the history
  • Loading branch information
bar-g authored Feb 20, 2024
1 parent c61202e commit e3b5422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ysh-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ That is, `echo "$flag"` always has a few bugs: when `$flag` is `-e`, `-n`,

So portable shell scripts use:

printf '%s\n' "$x" # print $x "unmolested" in POSIX shell
printf '%s\n' "$x" # print $x "unmolested" in POSIX shell

We could have chosen to respect `echo -- $x`, but as YSH already has:

Expand Down

0 comments on commit e3b5422

Please sign in to comment.