-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(core): Use relative path as fallback of $scoopdir
#5544
Conversation
Add it as fallback, not a replacement? |
I was doing like this, but all the fallbacks after it seem redundant. anyway, re-added. |
…er#5544) * fix(core): Use relative path as fallback of `$scoopdir`(Scoop root directory) * typo * changelog * re --------- Co-authored-by: Rashil Gandhi <[email protected]>
While testing
Before this change it would be set to
I don't have |
The change is based on a standard installation.
Non-standard dir structure may not be possible to test certain features, functions. e.g. Lines 1396 to 1422 in 3a3f41c
|
Description
Use relative path as fallback of Scoop root directory.
Motivation and Context
Fallback to
~\scoop
cause non-standard installations of Scoop to not be recognized properly.Relates to #5543 #5542 (reply in thread)
How Has This Been Tested?
Before:
After:
Checklist:
develop
branch.