Rework comments

This commit is contained in:
Manuel Thalmann 2023-03-25 21:50:19 +01:00
parent 26d9f13723
commit 80d58a6854

View file

@ -57,7 +57,7 @@ RUN \
[ -z "$1" ] && cat || echo "$1"; \
echo "$heading"; \
}; \
# Handle console output of MDK537 installer
# Handle console output of Keil uVision installer
handle_output() { \
# A pattern that is supposed to indicates that wine got stuck
pattern="fixme:win:NtUserLockWindowUpdate ((nil))"; \
@ -81,7 +81,7 @@ RUN \
# Return true otherwise
true; \
}; \
# Run actual MDK537 installer
# Run actual Keil uVision installer
install_keil() { \
try="$1"; \
logFile="$(mktemp)"; \