From 667489462d8ec2651015dac8d7a863fbe3479941 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 4 Jul 2025 08:47:30 +0200 Subject: [PATCH] fix --- sh/self.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/self.sh b/sh/self.sh index 4118d64..6dfa160 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -12,7 +12,7 @@ rwx_doc() { doc="" module="$(echo "${line}" | sed "s|#↓ \\(.*\\)|\\1|")" ;; - "#"*) + *"#"*) [ -n "${doc}" ] && doc="${doc} " doc="${doc}${line}"