Skip to content

Commit 831aa9a

Browse files
committed
typo
1 parent efda076 commit 831aa9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ cd "build-${CC}-${PROTOCOL}"
7171
# a merge queue, and if so don't bother doing
7272
# it again. Wastes billable CPU time.
7373
if [ -e prev-pass-rev ]
74+
then
7475
PREV_REV=$(cat prev-pass-rev)
7576
CURR_REV=$(git rev-parse HEAD)
7677
if [ "${PREV_REV}" = "${CURR_REV}" ]
@@ -82,7 +83,8 @@ fi
8283

8384

8485
# restore source file mtimes based on content hashes
85-
if which mtime-travel >/dev/null 2>&1; then
86+
if which mtime-travel >/dev/null 2>&1
87+
then
8688
for DIR in src lib
8789
do
8890
if [ -e mtimes-${DIR}.json ]

0 commit comments

Comments
 (0)