Skip to content

Commit

Permalink
Fixing shell test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh committed Mar 27, 2024
1 parent 849751c commit 2585d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install-yarn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

if [[ $ARGS = *'bin='* ]]; then
echo "bin arg detected. Utilizing specified directory for wrapper script."
BIN_DIR=$(echo $ARGS | sed 's/.*bin\=//' | cut -d ' ' -f1)
BIN_DIR=$(echo "${ARGS}" | sed 's/.*bin\=//' | cut -d ' ' -f1)
fi

DEST_DIR="${ROOT_DEST_DIR}/.yarn/releases"
Expand Down

0 comments on commit 2585d35

Please sign in to comment.