summaryrefslogtreecommitdiffstats
path: root/shunit
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-03-13 22:50:01 -0400
committerMatt Hunter <m@lfurio.us>2026-03-16 04:36:28 -0400
commit16c03453c1b45ac1817d10442689aa77e3d18a49 (patch)
tree85b64f0ec29452559a5648de7e276d3c4d06a9d0 /shunit
parentf4636c75050f3ac3208d953c4d88c29d58309bdc (diff)
downloadgit-sonar-16c03453c1b45ac1817d10442689aa77e3d18a49.tar.gz
git-sonar-16c03453c1b45ac1817d10442689aa77e3d18a49.zip
Convert hex character literals to octal
The use of "\xHH" characters with echo and printf is an extension to the POSIX spec and not supported by all shells. Replace these with octal character literals like "\000" with 3 digits per byte. Link: https://unix.stackexchange.com/questions/627036 Signed-off-by: Matt Hunter <m@lfurio.us>
Diffstat (limited to 'shunit')
0 files changed, 0 insertions, 0 deletions