Add braces for consistency

This commit is contained in:
Frank Denis 2015-08-05 20:00:15 +02:00
parent 7bce6d82f0
commit fb2a76f37b

View File

@ -34,4 +34,4 @@ bash $MAKE_TOOLCHAIN --platform="${NDK_PLATFORM:-android-21}" \
--with-sysroot="${TOOLCHAIN_DIR}/sysroot" && \
make clean && \
make -j3 install && \
echo "libsodium has been installed into $PREFIX"
echo "libsodium has been installed into ${PREFIX}"