From: Andre Noll Date: Mon, 17 Apr 2017 13:16:51 +0000 (+0200) Subject: config: Fix braino in comment. X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=97803e0d2487ed9553a508257ce78145e60a409a config: Fix braino in comment. This was wrong since forever. --- diff --git a/config b/config index 34352e2..4e731af 100644 --- a/config +++ b/config @@ -24,7 +24,7 @@ gsu_check_options() eval "${gsu_options[$i]}" # Check name. It must be non-empty and consist of [a-zA-Z_0-9] - # only. Moreover it must not start with [a-zA-Z]. + # only. Moreover it must start with [a-zA-Z]. ret=-$E_GSU_BAD_CONFIG_VAR result="name: '$name'" # bash's =~ works only for 3.2 and newer, so use grep