Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

git-flow: prefer "-f" readlink(1) option to "-e" #469

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

KAction
Copy link

@KAction KAction commented Dec 8, 2021

Since $0 can be assumed to exist, these two flags behave identially, but
readlink(1) from busybox does not support "-e", only GNU Coreutils does.

Since $0 can be assumed to exist, these two flags behave identially, but
readlink(1) from busybox does not support "-e", only GNU Coreutils does.
Copy link

@Shea690901 Shea690901 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be no problem since we know that $0 itself , the last path component, exists....

@ChrisJStone
Copy link

I'm in the process of updating gitflow. If you could kindly resubmit your pull request against my fork here as it appears this fork is no longer being updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants