From d7b0ad4916719c85c901872436e94c6a8a769324 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Wed, 24 Oct 2018 15:17:43 +0200 Subject: [PATCH] Removed duplicate code (thanks CodeFactor..) --- CI/install-build-obs-macos.sh | 2 +- CI/install-dependencies-macos.sh | 2 +- CI/package-macos.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/install-build-obs-macos.sh b/CI/install-build-obs-macos.sh index 291f1a45..6a33d9b4 100755 --- a/CI/install-build-obs-macos.sh +++ b/CI/install-build-obs-macos.sh @@ -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 diff --git a/CI/install-dependencies-macos.sh b/CI/install-dependencies-macos.sh index e94a3b4d..0fa4957b 100755 --- a/CI/install-dependencies-macos.sh +++ b/CI/install-dependencies-macos.sh @@ -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 diff --git a/CI/package-macos.sh b/CI/package-macos.sh index e41392a8..62bfb622 100755 --- a/CI/package-macos.sh +++ b/CI/package-macos.sh @@ -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