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

fix: add resolve_quickemu() to quickget so it can locate quickemu #1360

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

flexiondotorg
Copy link
Member

Description

quickget calls and references quickemu. The patch adds resolve_quickemu() to locate where quickemu is; either in the PATH will a fallback to the current working directory.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections

@flexiondotorg flexiondotorg merged commit ec13f36 into master Jul 2, 2024
4 of 5 checks passed
@flexiondotorg flexiondotorg deleted the which branch July 2, 2024 14:58
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

Successfully merging this pull request may close these issues.

bug: quickget does not find quickemu using which
1 participant