Skip to content

Commit 2965ae5

Browse files
Fix ShellCheck SC1117
1 parent 38db927 commit 2965ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ LOLCAT
163163
cat << RESET >> "$newDist"
164164
$fnName
165165
$startSym
166-
echo "\$$para" | tr -d '[:cntrl:]' | sed -E "s/\[((;)?[0-9]{1,3}){0,3}m//g"
166+
echo "\$$para" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g"
167167
$endSym
168168
RESET
169169
} &

0 commit comments

Comments
 (0)