Skip to content

Commit

Permalink
[Misc] Fixed sh make.sh error
Browse files Browse the repository at this point in the history
Summary: Fixed sh make.sh error

Test Plan: sh make.sh debug

Reviewed-by: kuaiwei, yuleil

Issue: #85
  • Loading branch information
Chuansheng Lu authored and luchsh committed Apr 7, 2020
1 parent 609dfbd commit 07174f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07174f2

Please sign in to comment.