scripts/qemu-gdb: Use Python 3 interpreter
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 May 2020 10:32:34 +0000 (12:32 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 31 May 2020 11:56:46 +0000 (13:56 +0200)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200512103238.7078-3-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
scripts/qemu-gdb.py

index f2a305c42e568af2b8123075282faaefee10016c..e0bfa7b5a4e87ea069cffbf60e997e65b02f1859 100644 (file)
@@ -1,5 +1,5 @@
-#!/usr/bin/python
-
+#!/usr/bin/env python3
+#
 # GDB debugging support
 #
 # Copyright 2012 Red Hat, Inc. and/or its affiliates