Skip to content

Commit

Permalink
[gh actions] fix shifting empty
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69548 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Jan 23, 2024
1 parent 999fced commit 8bdacf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/scripts/build-tl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ echo "Building on $buildsys"
shift

STEPS=",$1,"
shift
if [ "x$STEPS" = "x" ]
STEPS=",prepare,build,"
fi

destdir="$1"
shift

if [[ "$STEPS" == *,prepare,* ]]
then
case $buildsys in
Expand Down

0 comments on commit 8bdacf5

Please sign in to comment.