Skip to content

Commit d8e3e2e

Browse files
Change indent to 2 spaces for dist files
1 parent f06705e commit d8e3e2e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€Žgenerator.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ for shell in sh bash fish ksh zsh; do
8888
if [ "${shell}" = "sh" ]; then
8989
cat << SH_ECHO >> "${newDist}"
9090
if [ "\$(uname)" = "FreeBSD" ]; then
91-
ECHO="echo"
91+
ECHO="echo"
9292
else
93-
ECHO="/bin/echo"
93+
ECHO="/bin/echo"
9494
fi
9595
SH_ECHO
9696
fi
@@ -121,7 +121,7 @@ SH_ECHO
121121
fi
122122
#write the code down
123123
echo "${startSym}"
124-
echo " ${echo}"' -e "\033['"${ulCode}${bCode}${code}""$(grep "${color}" "${table}" | awk '{print $2}')"'m$'"${para}"'\033[m"'
124+
echo " ${echo}"' -e "\033['"${ulCode}${bCode}${code}""$(grep "${color}" "${table}" | awk '{print $2}')"'m$'"${para}"'\033[m"'
125125
echo "${endSym}"
126126
} >> "${newDist}"
127127
done
@@ -146,11 +146,11 @@ SH_ECHO
146146
cat << LOLCAT >> "${newDist}"
147147
${fnName}
148148
${startSym}
149-
${ifCond}
150-
echo "\$${para}" | lolcat
151-
else
152-
echo "\$${para}"
153-
${endIf}
149+
${ifCond}
150+
echo "\$${para}" | lolcat
151+
else
152+
echo "\$${para}"
153+
${endIf}
154154
${endSym}
155155
LOLCAT
156156

@@ -159,7 +159,7 @@ LOLCAT
159159
cat << RESET >> "${newDist}"
160160
${fnName}
161161
${startSym}
162-
echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g"
162+
echo "\$${para}" | tr -d '[:cntrl:]' | sed -E "s/\\[((;)?[0-9]{1,3}){0,3}m//g"
163163
${endSym}
164164
RESET
165165
} &

0 commit comments

Comments
Β (0)