aboutsummaryrefslogtreecommitdiffstats
path: root/java/sha3sum.java
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2017-10-15 14:18:53 -0400
committerLeo Izen <leo.izen@gmail.com>2017-10-15 14:18:53 -0400
commit5639afe8a055d36421ceeb843c8f6aadeec6f3b2 (patch)
treee7c1d5faec376ace6f22e95f6e6c473865976cf7 /java/sha3sum.java
parentFix dependencies in makefile (diff)
downloadsha3sum-5639afe8a055d36421ceeb843c8f6aadeec6f3b2.tar.gz
sha3sum-5639afe8a055d36421ceeb843c8f6aadeec6f3b2.tar.bz2
sha3sum-5639afe8a055d36421ceeb843c8f6aadeec6f3b2.tar.xz
test: use POSIX-compliant printf
The test shell script had previously used \x notation, which is not POSIX-compliant and therefore is "undefined behavior." In this case, the script will fail if /bin/sh is DASH or some other minimal shell. This commit replaces the hexadecimal \x notation with \ddd octal notation, which is strictly POSIX-compliant and will work in any POSIX shell located at /bin/sh.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions