From: Lyndon Nerenberg Date: Fri, 6 Dec 2013 22:52:03 +0000 (-0800) Subject: test/common.sh.in: use awk to pick off first output field. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/64fd71ad6a0c0cfb19fb5e49f293b1ab42923f7b?hp=64fd71ad6a0c0cfb19fb5e49f293b1ab42923f7b test/common.sh.in: use awk to pick off first output field. md5 and md5sum are inconsistent in their use of SP vs HT as a field separator. cut(1) can only handle a single field delimiter character; awk is more forgiving. ---