mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* GNUstep.sh.in: Rename variable/fix paste error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e78e52a94
commit
5766caaba9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-09 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* GNUstep.sh.in: Rename variable/fix paste error.
|
||||
|
||||
2007-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUstep.sh.in: Update some internal names to make equivalent
|
||||
|
|
|
@ -369,7 +369,7 @@ for dir in $GNUSTEP_PATHLIST; do
|
|||
if [ -z "$gnustep_info_path" ]; then
|
||||
gnustep_info_path="$dir/Library/Documentation/info"
|
||||
else
|
||||
gnustep_info_path="$gnustep_class_path:$dir/Library/Documentation/info"
|
||||
gnustep_info_path="$gnustep_info_path:$dir/Library/Documentation/info"
|
||||
fi
|
||||
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue