Skip to content

Commit

Permalink
#26 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 25, 2024
1 parent 96eeb59 commit 4e07e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry.sh
Expand Up @@ -32,7 +32,7 @@ tlmgr --verify-repo=none update --self

names=${INPUT_PACKAGES}
if [ -n "${INPUT_DEPENDS}" ]; then
names="${names}" $(cut -d' ' -f2 "${INPUT_DEPENDS}" | uniq)
names="${names} $(cut -d' ' -f2 "${INPUT_DEPENDS}" | uniq)"
fi

if [ -n "${names}" ]; then
Expand Down

0 comments on commit 4e07e93

Please sign in to comment.