X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=blobdiff_plain;f=config;fp=config;h=4e731afd84e344b5eee6ef61c7f26b345ca5a754;hp=34352e2427efc140170e2691f27f841acc075db3;hb=97803e0d2487ed9553a508257ce78145e60a409a;hpb=df2db59159bb1f2b5ca2bed64962913e5774cbf6 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