From 64aa82a0815d2f3fa6d218db4a71735243f14325 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 14 Apr 2007 11:11:59 +0200 Subject: [PATCH] /etc/zsh/zshrc: fix syntax error in get_twi_cl --- debian/changelog | 6 ++++++ etc/zsh/zshrc | 1 + 2 files changed, 7 insertions(+) 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 -- 2.1.4