auto-import changelog data from zsh-4.0.4-5.src.rpm
Fri Apr 05 2002 Trond Eivind Glomsrd <teg@redhat.com> 4.0.4-5 - Source /etc/profile from /etc/zshenv instead of /etc/zprofile, to run things the same way bash do (#62788)
This commit is contained in:
parent
8075d0a2b9
commit
cf11e41e58
@ -3,4 +3,3 @@
|
||||
#
|
||||
|
||||
# all bourne shells should source /etc/profile
|
||||
source /etc/profile
|
||||
|
6
zsh.spec
6
zsh.spec
@ -1,7 +1,7 @@
|
||||
Summary: A shell similar to ksh, but with improvements.
|
||||
Name: zsh
|
||||
Version: 4.0.4
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: BSD
|
||||
Group: System Environment/Shells
|
||||
Source0: ftp://ftp.zsh.org/pub/zsh-%{version}.tar.bz2
|
||||
@ -97,6 +97,10 @@ fi
|
||||
%config(noreplace) /etc/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-5
|
||||
- Source /etc/profile from /etc/zshenv instead of /etc/zprofile,
|
||||
to run things the same way bash do (#62788)
|
||||
|
||||
* Tue Apr 2 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-4
|
||||
- Explicitly specify blank LDFLAGS to avoid autoconf thinking it
|
||||
should strip when linking
|
||||
|
@ -6,3 +6,7 @@
|
||||
# .zshenv should not contain commands that product
|
||||
# output or assume the shell is attached to a tty.
|
||||
#
|
||||
|
||||
# Sourcing here to get it done on all invocations of zsh,
|
||||
# like bash.
|
||||
source /etc/profile
|
||||
|
Loading…
Reference in New Issue
Block a user