V32
authorjoan <joan@abyz.co.uk>
Thu, 23 Apr 2015 11:35:04 +0000 (12:35 +0100)
committerjoan <joan@abyz.co.uk>
Thu, 23 Apr 2015 11:35:04 +0000 (12:35 +0100)
x_pigs

diff --git a/x_pigs b/x_pigs
index 143ff4e5b70608c3aa3b410e36f84dc9d237a40b..e791e0b8ad379e75e65009e3ff364803579eacc2 100755 (executable)
--- a/x_pigs
+++ b/x_pigs
@@ -49,7 +49,7 @@ s=$(pigs bs2 0)
 if [[ $s = "" ]]; then echo "BS2 ok"; else echo "BS2 fail ($s)"; fi
 
 s=$(pigs h)
-if [[ ${#s} = 5167 ]]; then echo "HELP ok"; else echo "HELP fail (${#s})"; fi
+if [[ ${#s} = 5193 ]]; then echo "HELP ok"; else echo "HELP fail (${#s})"; fi
 
 s=$(pigs hwver)
 if [[ $s -ne 0 ]]; then echo "HWVER ok"; else echo "HWVER fail ($s)"; fi