Fix invalid statement

This commit is contained in:
Manuel Thalmann 2023-03-26 22:02:38 +02:00
parent 2721d67eb9
commit 1eee4f84bb

View file

@ -188,7 +188,7 @@ RUN \
[ "$DEBUG" -eq 1 ] && { \ [ "$DEBUG" -eq 1 ] && { \
apt-get remove -y imagemagick; \ apt-get remove -y imagemagick; \
apt-get autoremove -y; \ apt-get autoremove -y; \
} } || true
RUN \ RUN \
keilConfig="$(/usr/bin/entrypoint winepath 'C:\Keil_v5\TOOLS.INI')" && \ keilConfig="$(/usr/bin/entrypoint winepath 'C:\Keil_v5\TOOLS.INI')" && \