majianbing / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

git paths have trailing slash #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installer new git with installer
2. Open new terminal to get updated environment

What is the expected output? What do you see instead?
(expected output should not have the trailing slash or the double slash)
$ printenv PATH
...:/usr/local/git/bin/:...
$ which git
/usr/local/git/bin//git

What version of the product are you using? On what operating system?

git-1.5.6.4-intel-leopard.dmg
$ uname -a
Darwin jarrett.ics.hawaii.edu 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun  9 
19:30:53 PDT 2008; 
root:xnu-1228.5.20~1/RELEASE_I386 i386

Please provide any additional information below.

Fix: Remove the trailing slash from manpath.d/git & paths.d/git files that get 
installed as part of 
the package installer.

Original issue reported on code.google.com by Kenneth....@gmail.com on 5 Aug 2008 at 8:32

GoogleCodeExporter commented 8 years ago
This is interesting - I don't get the double // when I do a "which git".

But, what the heck: you're right: a trailing slash doesn't look as clean.  I'll 
fix it for the next package.

Thanks,
Tim

Original comment by timchar...@gmail.com on 9 Aug 2008 at 6:13