From 97803e0d2487ed9553a508257ce78145e60a409a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 17 Apr 2017 15:16:51 +0200 Subject: [PATCH] config: Fix braino in comment. This was wrong since forever. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2