mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* GNUstep-reset.sh (INFOPATH): Correct INFOPATH cleanup variable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24996 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
62c24e896d
commit
955b24d2e6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-04-12 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* GNUstep-reset.sh (INFOPATH): Correct INFOPATH cleanup variable.
|
||||
|
||||
2007-04-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: Bump version number to 2.0.0
|
||||
|
|
|
@ -86,7 +86,7 @@ function reset_path
|
|||
fi
|
||||
}
|
||||
|
||||
reset_path INFOPATH Library/Documentation/info
|
||||
reset_path INFOPATH /Library/Documentation/info
|
||||
reset_path GUILE_LOAD_PATH /Library/Libraries/Guile
|
||||
reset_path CLASSPATH /Library/Libraries/Java
|
||||
reset_path LD_LIBRARY_PATH /Library/Libraries
|
||||
|
|
Loading…
Reference in a new issue