From: Michael Prokop Date: Sat, 14 Apr 2007 09:11:59 +0000 (+0200) Subject: /etc/zsh/zshrc: fix syntax error in get_twi_cl X-Git-Tag: 0.2.45 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=64aa82a0815d2f3fa6d218db4a71735243f14325;hp=4e986c798640ab7c28315492c3b1be8d567c51a3;p=grml-etc-core.git /etc/zsh/zshrc: fix syntax error in get_twi_cl --- diff --git a/debian/changelog b/debian/changelog index dfd2334..b4fe5ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-etc-core (0.2.45) unstable; urgency=low + + * /etc/zsh/zshrc: fix syntax error in get_twi_cl. + + -- Michael Prokop Sat, 14 Apr 2007 11:11:42 +0200 + grml-etc-core (0.2.44) unstable; urgency=low * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 710c1ad..042ad28 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -729,6 +729,7 @@ Please use the wodim binary instead' ; return 1" get_tw_cli() { echo 'Warning: get_tw_cli has been renamed into get_3ware. Invoking get_3ware for you.'>&2 get_3ware + } fi # I hate lacking backward compability, so provide an alternative therefore