Fix the launch-game.sh newlines not displaying in the console
This commit is contained in:
committed by
Oliver Brakmann
parent
b00423dc76
commit
baed80983b
@@ -41,7 +41,7 @@ if [ $? != 0 ] && [ $? != 1 ]; then
|
|||||||
elif command -v kdialog > /dev/null; then
|
elif command -v kdialog > /dev/null; then
|
||||||
kdialog --title "OpenRA" --error "${ERROR_MESSAGE}"
|
kdialog --title "OpenRA" --error "${ERROR_MESSAGE}"
|
||||||
else
|
else
|
||||||
printf "%s\n" "${ERROR_MESSAGE}"
|
echo "${ERROR_MESSAGE}"
|
||||||
fi
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user