From 56e3c05630b80d7729de4d6781f1071d883e0cc3 Mon Sep 17 00:00:00 2001 From: Ivan Cai Date: Tue, 30 Dec 2014 17:48:32 +0800 Subject: [PATCH] Update build.sh Set shebang so that some linux distro will perform normally. --- zh/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh/build.sh b/zh/build.sh index 58586561..4f4f7a76 100755 --- a/zh/build.sh +++ b/zh/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SED='sed'