mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
Merge pull request #21990 from keszybz/indentation-and-comments
Indentation and comments
This commit is contained in:
4
.github/workflows/run_mkosi.sh
vendored
4
.github/workflows/run_mkosi.sh
vendored
@@ -13,7 +13,7 @@ for ((i = 0; i < 5; i++)); do
|
||||
EC=0
|
||||
(sudo python3 -m mkosi "$@") |& tee "$TEMPFILE" || EC=$?
|
||||
if [[ $EC -eq 0 ]]; then
|
||||
# The command passed - let's return immediatelly
|
||||
# The command passed — let's return immediately
|
||||
break
|
||||
fi
|
||||
|
||||
@@ -23,7 +23,7 @@ for ((i = 0; i < 5; i++)); do
|
||||
exit $EC
|
||||
fi
|
||||
|
||||
# The command failed due to the dissect-related timeout - let's try again
|
||||
# The command failed due to the dissect-related timeout — let's try again
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user