* GNUstep.sh.in: Add newline at end of file (avoids bug in Solaris

sed).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19914 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-08-24 14:39:49 +00:00
parent e47d326443
commit b9af85c3c4
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-08-24 Adam Fedor <fedor@gnu.org>
* GNUstep.sh.in: Add newline at end of file (avoids bug in Solaris
sed).
Fri Aug 20 02:26:12 2004 Nicola Pero <n.pero@mi.flashnet.it>
* Documentation/install.texi (Single-User): Removed mention of

View file

@ -304,4 +304,5 @@ fi
if [ -n "$GS_ZSH_NEED_TO_RESTORE_SET" ]; then
set +y
fi
fi
# EOF