[issue1308] grml-etc-core/etc/zsh/zshrc syntax error in function hgdi()
Thilo Six
bts at bts.grml.org
Sat May 17 02:34:13 CEST 2014
New submission from Thilo Six <tech at xk2c.de>:
hello
the function hgdi() in 'grml-etc-core/etc/zsh/zshrc' is broken.
Patch follows:
- for i in $(hg status -marn "$@") ; diff -ubwd <(hg cat "$i") "$i"
+ for i in $(hg status -marn "$@") ; do diff -ubwd <(hg cat "$i") "$i"; done
bye
----------
messages: 4805
nosy: Xk2c
priority: bug
status: unread
title: grml-etc-core/etc/zsh/zshrc syntax error in function hgdi()
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1308>
_____________________________________
More information about the Bugs-changes
mailing list