From 07174f2096f87f98fc5c3b5c6e4c0b803256f0bd Mon Sep 17 00:00:00 2001 From: Chuansheng Lu Date: Fri, 21 Feb 2020 19:22:54 +0800 Subject: [PATCH] [Misc] Fixed sh make.sh error Summary: Fixed sh make.sh error Test Plan: sh make.sh debug Reviewed-by: kuaiwei, yuleil Issue: #85 --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 8dd15fd..cd6b8d8 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ if [ ! -f "dragonwell_version" ]; then echo "File 'dragonwell_version' doesn't exist!" exit 1; fi -source dragonwell_version +source ./dragonwell_version if [ $# -lt 1 ]; then -- GitLab