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

git-flow-log: Remove bashisms #171

Closed
wants to merge 1 commit into from
Closed

git-flow-log: Remove bashisms #171

wants to merge 1 commit into from

Conversation

algernon
Copy link
Contributor

Do not use [[, because that is a bashism, and breaks git flow log when running under a /bin/sh that is not bash (for example, on Debian). Fixes Debian #765520.

Reported-by: Paul van Tilburg [email protected]
Signed-off-by: Gergely Nagy [email protected]

Do not use [[, because that is a bashism, and breaks `git flow log` when
running under a /bin/sh that is not bash (for example, on Debian). Fixes
Debian #765520.

Reported-by: Paul van Tilburg <[email protected]>
Signed-off-by: Gergely Nagy <[email protected]>
@petervanderdoes
Copy link
Owner

Thank you.

Merged with commit 8558a48

@algernon algernon deleted the hotfix/bashism-removal branch October 20, 2014 13:30
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.

2 participants