rpms/zsh/devel zsh.spec,1.39,1.40 zshrc.rhs,1.10,1.11

James Antill (james) fedora-extras-commits at redhat.com
Thu Jan 31 06:26:38 UTC 2008


Author: james

Update of /cvs/pkgs/rpms/zsh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14133

Modified Files:
	zsh.spec zshrc.rhs 
Log Message:
* Thu Jan 31 2008 James Antill <james at fedoraproject.org> - 4.3.4-6
- Tweak /etc/zshrc to source /etc/profile.d/*.sh in ksh compat. mode
- Resolves: rhbz#430665



Index: zsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/zsh.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- zsh.spec	4 Dec 2007 01:52:02 -0000	1.39
+++ zsh.spec	31 Jan 2008 06:26:00 -0000	1.40
@@ -3,7 +3,7 @@
 Summary: A powerful interactive shell
 Name: zsh
 Version: 4.3.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 URL: http://zsh.sunsite.dk/
 Group: System Environment/Shells
@@ -152,6 +152,10 @@
 %doc Doc/*.html
 
 %changelog
+* Thu Jan 31 2008 James Antill <james at fedoraproject.org> - 4.3.4-6
+- Tweak /etc/zshrc to source /etc/profile.d/*.sh in ksh compat. mode
+- Resolves: rhbz#430665
+
 * Mon Nov  3 2007 James Antill <jantill at redhat.com> - 4.3.4-5
 - Fix 8bit chars in prompts.
 - Resolves: 375211


Index: zshrc.rhs
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/zshrc.rhs,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- zshrc.rhs	11 Oct 2007 14:04:00 -0000	1.10
+++ zshrc.rhs	31 Jan 2008 06:26:00 -0000	1.11
@@ -15,6 +15,12 @@
 # bindkey -e             # emacs key bindings
 bindkey ' ' magic-space  # also do history expansion on space
 
+{
+  #  Make the *.sh things happier, and have possible ~/.zshenv options like
+  # NOMATCH ignored.
+  emulate -L ksh
+
+
 # from bashrc, with zsh fixes
 if [[ ! -o login ]]; then # We're not a login shell
     for i in /etc/profile.d/*.sh; do
@@ -24,3 +30,4 @@
     done
     unset i
 fi
+}




More information about the fedora-extras-commits mailing list