From e0e6397741c0e63627a7c752d9e4803b37093614 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Tue, 21 Oct 2025 03:41:26 +0000 Subject: [PATCH] chore(user/mw_sc2sp.sh):Fix space --- user/mw_wc2sp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/mw_wc2sp.sh b/user/mw_wc2sp.sh index ab412b3..4ffdd88 100755 --- a/user/mw_wc2sp.sh +++ b/user/mw_wc2sp.sh @@ -193,7 +193,7 @@ assemble_subpage_ftree() { ## Process input line-by-line while read -r line; do - #declare -p line re_sp; # debug + # declare -p line re_sp; # debug ### Check for subpage marker if [[ "$line" =~ $re_sp ]]; then #### Identify new subpage path -- 2.39.5