Skip to content

Commit 82b1296

Browse files
Fix FreeBSD if condition indentation
1 parent 37f2333 commit 82b1296

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
@@ -87,7 +87,7 @@ for shell in sh bash fish ksh zsh; do
8787
echo "#!/usr/bin/env ${shell}" > "${newDist}"
8888
if [ "${shell}" = "sh" ]; then
8989
cat << SH_ECHO >> "${newDist}"
90-
if [ "\$(uname)" = "FreeBSD" ]; then
90+
if [ "\$(uname)" = "FreeBSD" ]; then
9191
ECHO="echo"
9292
else
9393
ECHO="/bin/echo"

0 commit comments

Comments
 (0)