aboutsummaryrefslogtreecommitdiffstats
path: root/hxtool
diff options
context:
space:
mode:
Diffstat (limited to 'hxtool')
-rw-r--r--hxtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/hxtool b/hxtool
index 49b722b6f..885abe222 100644
--- a/hxtool
+++ b/hxtool
@@ -10,7 +10,7 @@ hxtoh()
STEXI*|ETEXI*) flag=$(($flag^1))
;;
*)
- test $flag -eq 1 && echo "$str"
+ test $flag -eq 1 && printf "%s\n" "$str"
;;
esac
done