/etc/zsh/zshrc: fix syntax error in get_twi_cl 0.2.45
authorMichael Prokop <mika@grml.org>
Sat, 14 Apr 2007 09:11:59 +0000 (11:11 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 14 Apr 2007 09:11:59 +0000 (11:11 +0200)
debian/changelog
etc/zsh/zshrc

index dfd2334..b4fe5ed 100644 (file)
@@ -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 <mika@grml.org>  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
index 710c1ad..042ad28 100644 (file)
@@ -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