Rework comments
This commit is contained in:
parent
26d9f13723
commit
80d58a6854
|
@ -57,7 +57,7 @@ RUN \
|
||||||
[ -z "$1" ] && cat || echo "$1"; \
|
[ -z "$1" ] && cat || echo "$1"; \
|
||||||
echo "$heading"; \
|
echo "$heading"; \
|
||||||
}; \
|
}; \
|
||||||
# Handle console output of MDK537 installer
|
# Handle console output of Keil uVision installer
|
||||||
handle_output() { \
|
handle_output() { \
|
||||||
# A pattern that is supposed to indicates that wine got stuck
|
# A pattern that is supposed to indicates that wine got stuck
|
||||||
pattern="fixme:win:NtUserLockWindowUpdate ((nil))"; \
|
pattern="fixme:win:NtUserLockWindowUpdate ((nil))"; \
|
||||||
|
@ -81,7 +81,7 @@ RUN \
|
||||||
# Return true otherwise
|
# Return true otherwise
|
||||||
true; \
|
true; \
|
||||||
}; \
|
}; \
|
||||||
# Run actual MDK537 installer
|
# Run actual Keil uVision installer
|
||||||
install_keil() { \
|
install_keil() { \
|
||||||
try="$1"; \
|
try="$1"; \
|
||||||
logFile="$(mktemp)"; \
|
logFile="$(mktemp)"; \
|
||||||
|
|
Loading…
Reference in a new issue