Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Conversation

@DiCanio
Copy link
Member

@DiCanio DiCanio commented Apr 15, 2021

Replaces any calls to pwd with a routine that
sets baseDir to the location of any affected
invoked script. This change avoids changes to
directories outside of this project when its
scripts are invoked from outside of the project
directory.

Currently only follows a single symlink since
MacOS is missing the -f flag necessary for
following multiple links.

Resolves #3.

Replaces any calls to pwd with a routine that
sets baseDir to the location of any affected
invoked script. This change avoids changes to
directories outside of this project when its
scripts are invoked from outside of the project
directory.

Currently only follows a single symlink since
MacOS is missing the -f flag necessary for
following multiple links.
@DiCanio DiCanio added the enhancement New feature or request label Apr 15, 2021
@DiCanio DiCanio requested a review from juliangruendner April 15, 2021 14:49
@DiCanio DiCanio self-assigned this Apr 15, 2021
@DiCanio
Copy link
Member Author

DiCanio commented Apr 15, 2021

@juliangruendner since you are using a Mac yourself I would appreciate if you could have a look on whether the readlink command on your system actually provides a -f flag.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow invocations from other locations than the project dir

2 participants