From 9cbd6928b63525951914582f017e1195297782e2 Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 23 Apr 2015 12:35:04 +0100 Subject: [PATCH] V32 --- x_pigs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x_pigs b/x_pigs index 143ff4e..e791e0b 100755 --- 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