Skip to content

Commit

Permalink
Fix typo "boostrap" -> "bootstrap" in bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx authored and Geod24 committed Mar 4, 2023
1 parent 5b6eb7f commit 87a6b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ ! -e "${HOST_RDMD}" ] ; then

# prefer xz if available
if command -v xz &> /dev/null ; then
echo "[boostrap] Downloading compiler ${HOST_DMD_URL}.tar.xz"
echo "[bootstrap] Downloading compiler ${HOST_DMD_URL}.tar.xz"
curl "${CURL_FLAGS[@]}" "${HOST_DMD_URL}.tar.xz" | tar -C "${HOST_DMD_ROOT}" -Jxf - || rm -rf "${HOST_DMD_ROOT}"
else
echo "[bootstrap] Downloading compiler ${HOST_DMD_URL}.zip"
Expand Down

0 comments on commit 87a6b32

Please sign in to comment.