[PATCH] scripts/gen-versionh.sh: Explicitly use bash.
Vinson Lee <[email protected]> Thu, 10 Jul 2014 16:24:54 -0700
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
From: Vinson Lee <[email protected]> Fix build error on Ubuntu. scripts/gen-versionh.sh: 34: [: 1: unexpected operator Signed-off-by: Vinson Lee <[email protected]> --- 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