Skip to content

Commit d29989d

Browse files
chore: fix formatting
1 parent c02cc68 commit d29989d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

compile.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,6 @@ mv php-src-php-$PHP_VERSION php
556556
write_done
557557

558558
function build_snappy {
559-
echo -n ${pwd}
560-
561559
write_library snappy "$LIBSNAPPY_VER"
562560
local snappy_dir="./snappy-$LIBSNAPPY_VER"
563561

@@ -590,11 +588,9 @@ function build_snappy {
590588
fi
591589

592590
write_install
593-
make install >> "$DIR/install.log" 2>&1
591+
make install >> "$DIR/install.log" 2>&1
592+
popd >> "$DIR/install.log" 2>&1
594593
popd >> "$DIR/install.log" 2>&1
595-
popd >> "$DIR/install.log" 2>&1
596-
597-
echo -n ${pwd}
598594

599595
write_done
600596
}

0 commit comments

Comments
 (0)