[Git-commits] core configuration files of grml branch, master, updated. v0.3.79-7-g2464dac
git repository hosting
gitosis at grml.org
Thu Mar 11 00:54:04 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 2464dac5c121307ce71877332d7a7b19fe653b95 (commit)
from 00085f1df9b9da86d01105627f7c42a0669b1e0b (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 2464dac5c121307ce71877332d7a7b19fe653b95
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date: Thu Mar 11 00:48:44 2010 +0100
zshrc: Make minimal-shellrc printf-free
One of the major reasons for `minimal-shell()' is to be able to use it
without /usr being mounted. But some OS vendors think it's smart to put
`printf' into /usr/bin - sed, of course happily lives in /bin. Debian
happens to think that's funny, too.
mksh doesn't make `printf' a builtin because it doesn't want to link
libm in (well, you can hack it in - but that's a discouraged non-
default). This replaces "printf '%s' foo' with "print -r -- foo", which
should resolve the issue for us nicely.
-----------------------------------------------------------------------
Summary of changes:
etc/minimal-shellrc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
core configuration files of grml
More information about the Git-commits
mailing list