From: Philippe Mathieu-Daudé Date: Tue, 12 May 2020 10:32:34 +0000 (+0200) Subject: scripts/qemu-gdb: Use Python 3 interpreter X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=806c200ef47db61078320b58e4aafaaa5a5cdecd;p=qemu.git scripts/qemu-gdb: Use Python 3 interpreter Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: John Snow Reviewed-by: Kevin Wolf Message-Id: <20200512103238.7078-3-philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/scripts/qemu-gdb.py b/scripts/qemu-gdb.py index f2a305c42e..e0bfa7b5a4 100644 --- a/scripts/qemu-gdb.py +++ b/scripts/qemu-gdb.py @@ -1,5 +1,5 @@ -#!/usr/bin/python - +#!/usr/bin/env python3 +# # GDB debugging support # # Copyright 2012 Red Hat, Inc. and/or its affiliates