Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Use environment bash path #132

Closed morith closed 10 years ago

morith commented 10 years ago

Hello,

Bash binary is located elsewhere on my computer.

Can we change the shebang of each scripts with this one ?

#!/usr/bin/env bash

I saw that the changes were done in this commit : https://github.com/Twenga/twgit/commit/a9ad5571a83df69d978fafd66f0bfedd63f661b0

monsieurchico commented 10 years ago

I'm waiting for my PR to be reviwed and my commit to be merged =)

geoffroy-aubry commented 10 years ago

Hello Morith, This problem is corrected in current release. Thx Romain :-)