From 86ef9c13ff52947351a81bae3bc954a3dd7b0f17 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'