Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
larryTheCoder authored Jun 21, 2024
1 parent c02cc68 commit d29989d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ mv php-src-php-$PHP_VERSION php
write_done

function build_snappy {
echo -n ${pwd}

write_library snappy "$LIBSNAPPY_VER"
local snappy_dir="./snappy-$LIBSNAPPY_VER"

Expand Down Expand Up @@ -590,11 +588,9 @@ function build_snappy {
fi

write_install
make install >> "$DIR/install.log" 2>&1
make install >> "$DIR/install.log" 2>&1
popd >> "$DIR/install.log" 2>&1
popd >> "$DIR/install.log" 2>&1
popd >> "$DIR/install.log" 2>&1

echo -n ${pwd}

write_done
}
Expand Down

0 comments on commit d29989d

Please sign in to comment.