From 38bdf4d159e6891b07c3a59dd274b9d18f3af0b5 Mon Sep 17 00:00:00 2001 From: Coderdreams Date: Sun, 2 Apr 2023 23:35:37 -0300 Subject: [PATCH] Meta: Do not require Tmux for lagom gdb --- Meta/serenity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/serenity.sh b/Meta/serenity.sh index 7b65f4a945..68798121b9 100755 --- a/Meta/serenity.sh +++ b/Meta/serenity.sh @@ -463,12 +463,12 @@ if [[ "$CMD" =~ ^(build|install|image|copy-src|run|gdb|test|rebuild|recreate|kad fi ;; gdb) - command -v tmux >/dev/null 2>&1 || die "Please install tmux!" if [ "$TARGET" = "lagom" ]; then [ $# -ge 1 ] || usage build_target "$@" run_gdb "${CMD_ARGS[@]}" else + command -v tmux >/dev/null 2>&1 || die "Please install tmux!" build_target build_target install build_image