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

gitflow-common: line 79: [: -master: integer expression expected #290

Closed
AGBrown opened this issue Sep 23, 2016 · 1 comment
Closed

gitflow-common: line 79: [: -master: integer expression expected #290

AGBrown opened this issue Sep 23, 2016 · 1 comment

Comments

@AGBrown
Copy link

AGBrown commented Sep 23, 2016

Doing a git flow release finish I see the following line displayed. Is this a problem?

C:/Program Files/Git/usr/bin/gitflow-common: line 79: [: -master: integer expression expected

The full console output (project file names redacted) is:

> git flow version
1.10.1 (AVH Edition)

> git flow release finish -F -m "blah blah"
C:/Program Files/Git/usr/bin/gitflow-common: line 79: [: -master: integer expression expected
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Merge made by the 'recursive' strategy.
 ... ... ...
 4 files changed, 38 insertions(+), 8 deletions(-)
Already on 'master'
Your branch is ahead of 'origin/master' by 8 commits.
  (use "git push" to publish your local commits)
Switched to branch 'develop'
Your branch is up-to-date with 'origin/develop'.
Merge made by the 'recursive' strategy.
 ... ... ...
 1 file changed, 1 insertion(+)
To git@... ... ....git
 - [deleted]         release/v1.3.0
Deleted branch release/v1.3.0 (was e221fa0).

Summary of actions:
- Latest objects have been fetched from 'origin'
- Release branch 'release/v1.3.0' has been merged into 'master'
- The release was tagged 'v1.3.0'
- Release tag 'v1.3.0' has been back-merged into 'develop'
- Release branch 'release/v1.3.0' has been locally deleted; it has been remotely deleted from 'origin'
- You are now on branch 'develop'

My msysgit git flow was updated recently (to 1.10.1 (AVH Edition)) by cloning the git flow repo, checking out and copying all git flow files (below) into the git/usr/bin directory:

git-flow
git-flow-bugfix
git-flow-config
git-flow-feature
git-flow-hotfix
git-flow-init
git-flow-log
git-flow-release
git-flow-support
git-flow-version
gitflow-common
gitflow-shFlags            
@drucci
Copy link

drucci commented Sep 29, 2016

#286

Try updating to 1.10.2

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

No branches or pull requests

3 participants