Skip to content
New issue

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

[Bug] sh make.sh debug does not work #85

Closed
luchsh opened this issue Feb 21, 2020 · 0 comments
Closed

[Bug] sh make.sh debug does not work #85

luchsh opened this issue Feb 21, 2020 · 0 comments

Comments

@luchsh
Copy link
Contributor

luchsh commented Feb 21, 2020

Description
command sh make.sh debug does not work, error is

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

but bash make.sh debug works

Steps to Reproduce
Steps to reproduce the behavior:

  1. run command sh make.sh debug

Expected behavior
Compile dragonwell 8

JDK version
8.2.2

Execution environment

  • OS and version: Linux
  • CPU model: x64
  • Number of CPU cores: 4
  • Size of physical memory: 32
  • Inside Linux container?
    • Linux container name (docker, pouch, etc): no
    • Linux container version:
luchsh pushed a commit that referenced this issue Apr 7, 2020
Summary: Fixed sh make.sh error

Test Plan: sh make.sh debug

Reviewed-by: kuaiwei, yuleil

Issue: #85
@luchsh luchsh closed this as completed Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant