]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- rel 9 - fixed xterm title auto/ac/zsh-4_1_1-9
authorwolf <wolf@pld-linux.org>
Thu, 12 Feb 2004 18:02:16 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.95

zsh.spec

index 1a43b4d91babd1ad0b540dc40c92f04038341f06..ef5d127e5d847af31130c593ccfbc0f85f2248a9 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -13,7 +13,7 @@ Summary(tr):  Geli
 Summary(uk):   ëÏÍÁÎÄÎÉÊ ÐÒÏÃÅÓÏÒ (shell) ÓÈÏÖÉÊ ÎÁ ksh, ÁÌÅ Ú ÐÏËÒÁÝÅÎÎÑÍÉ
 Name:          zsh
 Version:       4.1.1
-Release:       8
+Release:       9
 License:       BSD-like
 Group:         Applications/Shells
 URL:           http://www.zsh.org/
@@ -203,7 +203,7 @@ bindkey \`tput knp\` end-of-history >/dev/null 2>&1
 bindkey \`tput kcuu1\` history-beginning-search-backward >/dev/null 2>&1
 bindkey \`tput kcud1\` history-beginning-search-forward >/dev/null 2>&1
 
-case "$TERM" in
+case "\$TERM" in
        xterm*)
                precmd () { print -Pn "\e]0;%n@%m: %~\a"i; }
                ;;
This page took 0.106005 seconds and 4 git commands to generate.