[Git-commits] core configuration files of grml branch, master, updated. v0.3.79-6-g00085f1

git repository hosting gitosis at grml.org
Thu Mar 11 00:39:13 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "core configuration files of grml".

The branch, master has been updated
       via  00085f1df9b9da86d01105627f7c42a0669b1e0b (commit)
      from  442da815e7724dc8601329d6f725a9f65e656382 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 00085f1df9b9da86d01105627f7c42a0669b1e0b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Mar 11 00:28:32 2010 +0100

    zshrc: Fixed `minimal-shell' function
    
    Well, it was actually completely broken. Because I fed an absolute path
    name into `check_com()' without testing it - instead of using the
    obvious test.
    
    This also fixes an annoyance:
    
    If infocmp returns an octal code such as this:
        backspace='\177'
    
    That screwed up our special-string resolution, because mksh's `print'
    builtin doesn't like \177 style octals. It *requires* them to look like
    this: \0177 (leading zero).
    
    We now just translate these strings like this:
        \\[1-7][0-7]*    =>   \\0[1-7][0-7]*
    
    That should be fairly safe. - And this time, mika and me actually tested
    the code before committing it. :-)

-----------------------------------------------------------------------

Summary of changes:
 etc/minimal-shellrc |    3 ++-
 etc/zsh/zshrc       |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
core configuration files of grml


More information about the Git-commits mailing list