Skip to content

Commit a7b535f

Browse files
Fix echo.Reset missing newline char at eol
1 parent 790a51f commit a7b535f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ LOLCAT
157157
fnName="${fn}echo${dot}Reset${brackets}"
158158
cat << RESET >> "${newDist}"
159159
${fnName}${startSym}
160-
echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g"
160+
echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g" | xargs
161161
${endSym}
162162
RESET
163163
} &

0 commit comments

Comments
 (0)