Use printf instead of echo

This commit is contained in:
Nero 2018-03-16 04:24:15 +00:00
parent 2e15c4c71d
commit c8db61d543
1 changed files with 1 additions and 1 deletions

View File

@ -61,4 +61,4 @@ while [ -n "$left" ]; do
left="${left#/}"
done
echo "$result"
printf "%s\n" "$result"