OSDN Git Service

qapi: Clear scripts/qapi/doc.py executable bits again
authorMarkus Armbruster <armbru@redhat.com>
Fri, 18 Oct 2019 07:43:45 +0000 (09:43 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 22 Oct 2019 11:54:13 +0000 (13:54 +0200)
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 <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20191018074345.24034-8-armbru@redhat.com>

scripts/qapi/doc.py [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 1c51252..dc8919b
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # QAPI texi generator
 #
 # This work is licensed under the terms of the GNU LGPL, version 2+.