aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-10-18 09:43:45 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-10-22 13:54:13 +0200
commit02ac641a4dd8c7c1b877dddff3deda2f9a8a4418 (patch)
treece7b7402c5fcdf0425ce80dd93802a605d9e05c0 /scripts
parente6c42b96b9a0fa58cf49bb85cdf473d87fabbeb6 (diff)
qapi: Clear scripts/qapi/doc.py executable bits again
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>
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x]scripts/qapi/doc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qapi/doc.py b/scripts/qapi/doc.py
index 1c5125249f..dc8919bab7 100755..100644
--- 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+.