From: Vinson Lee <vlee@xxxxxxxxxxx> Fix build error on Ubuntu. scripts/gen-versionh.sh: 34: [: 1: unexpected operator Signed-off-by: Vinson Lee <vlee@xxxxxxxxxxx> --- scripts/gen-versionh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-versionh.sh b/scripts/gen-versionh.sh index c531767..09d4fe5 100755 --- a/scripts/gen-versionh.sh +++ b/scripts/gen-versionh.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash HEADER="include/version.h" -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html