We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description command sh make.sh debug does not work, error is
sh make.sh debug
make.sh: line 28: source: dragonwell_version: file not found
that's because sh expects dragonwell_version to PATH, see https://stackoverflow.com/questions/4732200/replacement-for-source-in-sh
sh
but bash make.sh debug works
bash make.sh debug
Steps to Reproduce Steps to reproduce the behavior:
Expected behavior Compile dragonwell 8
JDK version 8.2.2
Execution environment
The text was updated successfully, but these errors were encountered:
[Misc] Fixed sh make.sh error
07174f2
Summary: Fixed sh make.sh error Test Plan: sh make.sh debug Reviewed-by: kuaiwei, yuleil Issue: #85
No branches or pull requests
Description
command
sh make.sh debug
does not work, error isthat's because
sh
expects dragonwell_version to PATH, seehttps://stackoverflow.com/questions/4732200/replacement-for-source-in-sh
but
bash make.sh debug
worksSteps to Reproduce
Steps to reproduce the behavior:
sh make.sh debug
Expected behavior
Compile dragonwell 8
JDK version
8.2.2
Execution environment
The text was updated successfully, but these errors were encountered: