1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-11 23:43:19 +00:00

Fix typo in Dockerfile_maiko

This commit is contained in:
Frank Halasz 2025-06-15 23:32:27 -07:00
parent 6aafbbcb05
commit 8e17c0747d

View File

@ -26,7 +26,7 @@ RUN cd ${INSTALL_LOCATION}/bin \
RUN cd ${INSTALL_LOCATION}/bin \
&& arch="$(./machinetype)" \
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
&& export LDEARCH="${arch}-microsoft-wsl1" \
export LDEARCH="${arch}-microsoft-wsl1" \
&& ./makeright x cleanup \
&& ./makeright x \
&& ./makeright init clean \