From 7cf685dcec1f3461cf7713392256ae686441df30 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Thu, 20 Jan 2022 03:28:11 +0100 Subject: [PATCH] fix compile script (disable GTK) --- compile_qemu_nyx.sh | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/compile_qemu_nyx.sh b/compile_qemu_nyx.sh index 5e316b9c5a..f09ad70682 100755 --- a/compile_qemu_nyx.sh +++ b/compile_qemu_nyx.sh @@ -18,6 +18,11 @@ set -e # You should have received a copy of the GNU General Public License # along with QEMU-PT. If not, see . + +if [ -z "$BASH_VERSION" ]; then + exit 0 +fi + error () { echo "$0: