]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix portabilitiy issue in new od-endian test
authorPádraig Brady <P@draigBrady.com>
Mon, 14 Jul 2014 01:49:47 +0000 (02:49 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 14 Jul 2014 01:49:47 +0000 (02:49 +0100)
commit37b36018d3f5f276622a9888e32623f9410a80e0
tree3996f5ad061acf3c222993b52966a953f19a3900
parent39f79234a173c471ff20a0bb0e49cb47b5d96f3c
tests: fix portabilitiy issue in new od-endian test

* tests/misc/od-endian.sh: '\n' is not generally supported
in the replacement, so use the more portable "\\$NL".
tests/misc/od-endian.sh