]> Git Repo - qemu.git/commitdiff
scripts/qemu-gdb: Use Python 3 interpreter
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 12 May 2020 10:32:34 +0000 (12:32 +0200)
committerPhilippe Mathieu-Daudé <[email protected]>
Sun, 31 May 2020 11:56:46 +0000 (13:56 +0200)
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Message-Id: <20200512103238[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
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
This page took 0.030032 seconds and 4 git commands to generate.