Skip to content

Commit

Permalink
[gh actions] syntax and bug fix
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69551 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Jan 23, 2024
1 parent 7cc2ee8 commit 185cc81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/build-tl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ echo "Building on $buildsys"
shift

STEPS=",$1,"
if [ "x$STEPS" = "x" ]
if [ "$STEPS" = ",," ]
then
STEPS=",prepare,build,"
fi
Expand Down Expand Up @@ -48,9 +48,11 @@ then
solaris)
echo "Solaris support is WIP, please help!" >&2
exit 1
;;
*)
echo "Unsupported build system: $buildsys" >&2
exit 1
;;
esac
fi

Expand Down

0 comments on commit 185cc81

Please sign in to comment.