I use MsysGit on windows 7. I have one annoying problem. The entire bash_profile file seems to get executed twice. for example, I have the following echo line in the .bash_profile
echo "Boinkk..."

If I have
echo "Calvin..."
echo "Hobbes..."
Then I get
So I know that the .bash_profile file is getting executed twice and not each statement getting executed twice.
The target for the "Git Bash" Executable is
C:\Windows\System32\cmd.exe /c ""C:\Program Files\Software\Git\bin\sh.exe" --login -i"
Does anybody know what I have to do to get the bash shell to execute the bash_profile statements only once?
-ifrom your target. – jw013 Aug 4 '11 at 9:18