diff bin/cek @ 609:7f5234a312f7

Cleanup style
author nanaya <me@nanaya.pro>
date Fri, 07 Jul 2017 19:35:52 +0900
parents 08d5f6023998
children
line wrap: on
line diff
--- a/bin/cek	Tue Jun 20 01:33:06 2017 +0900
+++ b/bin/cek	Fri Jul 07 19:35:52 2017 +0900
@@ -44,7 +44,7 @@
 		"fileok") ret="${crc} - OK!";;
 		"filerr") ret="${crc} - ERROR - should be ${filecrc}";;
 	esac
-	printf "%s\n" "${file}: ${ret}"
+	printf '%s\n' "${file}: ${ret}"
 done
 echo "--------------------------------"
 [ "${file_ok}" -gt 0 ] && echo "Files ok: ${file_ok}"