From 2cafd11657288954451ea65e129552005f4f926e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Tk=C3=A1=C4=8Dik?= Date: Fri, 1 Sep 2023 18:19:49 +0200 Subject: [PATCH] Fixed grep warning --- inc/nux/help.nuxsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/nux/help.nuxsh.sh b/inc/nux/help.nuxsh.sh index d33ecff..84a37c6 100644 --- a/inc/nux/help.nuxsh.sh +++ b/inc/nux/help.nuxsh.sh @@ -16,7 +16,7 @@ function :comment source { if nux.check.file.exists "$source" ; then - grep -E "^\#\#( |$)" "$source" \ + grep -E "^##( |$)" "$source" \ | cut -d\# -f3- \ | cut -d" " -f2- \ | nux.help.shelldoc