fixed bash comment

This commit is contained in:
mrfry 2023-03-29 19:31:18 +02:00
parent 463763ab6e
commit 125e9bce12
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ makeNextSubmodule() {
npm audit fix > /dev/null 2> /dev/null npm audit fix > /dev/null 2> /dev/null
npm run export npm run export
popd || exit popd || exit
// TODO: check if link exists # TODO: check if link exists
linkTarget="$PWD/nextStatic/${2}" linkTarget="$PWD/nextStatic/${2}"
if [ ! -f "${linkTarget}" ]; then if [ ! -f "${linkTarget}" ]; then
ln -sf "$PWD/submodules/${1}/out" "${linkTarget}" ln -sf "$PWD/submodules/${1}/out" "${linkTarget}"

@ -1 +1 @@
Subproject commit 755891710a291494c244529cd54d59ec99d80079 Subproject commit d4553896afa8653c628aa968a37b3601e7f860e7