From: Andre Noll Date: Fri, 13 Jul 2007 17:06:50 +0000 (+0200) Subject: gsu: trivial cleanup. X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=ad8528c2891cd97edb64e37de79cbff53f4a11df gsu: trivial cleanup. --- diff --git a/funcs/gsu b/funcs/gsu index 025bca0..36b177a 100644 --- a/funcs/gsu +++ b/funcs/gsu @@ -9,8 +9,7 @@ E_GSU_BAD_COMMAND invalid command E_GSU_NOT_A_NUMBER not a number $gsu_errors " - local a b i - local i=0 + local a b i=0 while read a b; do if test -z "$a"; then continue