mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* 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:
parent
e47d326443
commit
b9af85c3c4
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -304,4 +304,5 @@ fi
|
|||
|
||||
if [ -n "$GS_ZSH_NEED_TO_RESTORE_SET" ]; then
|
||||
set +y
|
||||
fi
|
||||
fi
|
||||
# EOF
|
Loading…
Reference in a new issue