Removed duplicate code (thanks CodeFactor..)

This commit is contained in:
PatTheMav
2018-10-24 15:17:43 +02:00
parent 2a80a6b217
commit d7b0ad4916
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
OSTYPE=$(uname)
if [ "${OSTYPE}" != "Darwin" ]; then
echo "[obs-websocket - Error] macOS build script can be run on Darwin-type OS only."
echo "[obs-websocket - Error] macOS obs-studio build script can be run on Darwin-type OS only."
exit 1
fi

View File

@ -3,7 +3,7 @@
OSTYPE=$(uname)
if [ "${OSTYPE}" != "Darwin" ]; then
echo "[obs-websocket - Error] macOS build script can be run on Darwin-type OS only."
echo "[obs-websocket - Error] macOS install dependencies script can be run on Darwin-type OS only."
exit 1
fi

View File

@ -5,7 +5,7 @@ set -e
OSTYPE=$(uname)
if [ "${OSTYPE}" != "Darwin" ]; then
echo "[obs-websocket - Error] macOS build script can be run on Darwin-type OS only."
echo "[obs-websocket - Error] macOS package script can be run on Darwin-type OS only."
exit 1
fi