qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again


From: Eric Blake
Subject: Re: [PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again
Date: Tue, 1 Oct 2019 15:34:33 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 10/1/19 2:15 PM, Markus Armbruster wrote:
Commit fbf09a2fa4 "qapi: add 'ifcond' to visitor methods" brought back
the executable bits.  Fix that.  Drop the #! line for good measure.

Signed-off-by: Markus Armbruster <address@hidden>
---
  scripts/qapi/doc.py | 1 -
  1 file changed, 1 deletion(-)
  mode change 100755 => 100644 scripts/qapi/doc.py


Reviewed-by: Eric Blake <address@hidden>

diff --git a/scripts/qapi/doc.py b/scripts/qapi/doc.py
old mode 100755
new mode 100644
index 1c5125249f..dc8919bab7
--- a/scripts/qapi/doc.py
+++ b/scripts/qapi/doc.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
  # QAPI texi generator
  #
  # This work is licensed under the terms of the GNU LGPL, version 2+.


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]