diff --git a/assaultcube.sh b/assaultcube.sh index 20027ad0af..5e972c336d 100755 --- a/assaultcube.sh +++ b/assaultcube.sh @@ -53,13 +53,13 @@ fi if [ -x "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ] then cd "${CUBE_DIR}" - exec "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ${CUBE_OPTIONS} "$@" + exec "${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client" ${CUBE_OPTIONS} "$@" else echo "Your platform does not have a pre-compiled AssaultCube client." echo "Please follow the following steps to build a native client:" echo "1) Ensure you have the following DEVELOPMENT libraries installed:" echo " OpenGL, SDL, SDL_image, zlib, libogg, libvorbis, OpenAL Soft, libcurl" - echo "2) Ensure clang++ and any other required build tools are installed. + echo "2) Ensure clang++ and any other required build tools are installed." echo "3) Change directory to ./source/src/ and type \"make install\"." echo "4) If the compile succeeds, return to this directory and re-run this script." exit 1 diff --git a/server.sh b/server.sh index 80329b3647..54e547a927 100755 --- a/server.sh +++ b/server.sh @@ -59,7 +59,7 @@ else echo "Please follow the following steps to build a native client:" echo "1) Ensure you have the following DEVELOPMENT libraries installed:" echo " SDL, zlib, libcurl" - echo "2) Ensure clang++ and any other required build tools are installed. + echo "2) Ensure clang++ and any other required build tools are installed." echo "3) Change directory to ./source/src/ and type \"make server_install\"." echo "4) If the compile succeeds, return to this directory and re-run this script." exit 1