Disable usage of /dev/tty for compatibility
diff --git a/sp-tools.sh b/sp-tools.sh
index e401c20..d3c93dc 100755
--- a/sp-tools.sh
+++ b/sp-tools.sh
@@ -423,7 +423,7 @@ Configure_cmake_engine() {
make clean
fi
- echo "Configuring cmake for the OpenWolf Engine." > /dev/tty
+ echo "Configuring cmake for the OpenWolf Engine."
printf "\n"
GitHub
sha: a92e8e2b