From 23bca5ce36128c96189a464b03a455b8d91b46d4 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Fri, 15 Jul 2016 00:52:24 +0800 Subject: [PATCH] fix function declaration in make-*sh --- make-lib.sh | 2 +- make-share.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-lib.sh b/make-lib.sh index 068e643..3f787b4 100755 --- a/make-lib.sh +++ b/make-lib.sh @@ -3,7 +3,7 @@ # Build static library of Keystone Engine # syntax: make-lib.sh [debug] [macos-universal] -function usage() +usage() { echo "" echo "Syntax: make-lib.sh [debug] [macos-universal]" diff --git a/make-share.sh b/make-share.sh index 644bd28..b33c550 100755 --- a/make-share.sh +++ b/make-share.sh @@ -3,7 +3,7 @@ # Build shared library of Keystone Engine # syntax: make-share.sh [debug] [macos-universal] -function usage() +usage() { echo "" echo "Syntax: make-share.sh [debug] [macos-universal]" -- GitLab