From: Markus Armbruster Date: Fri, 18 Oct 2019 07:43:45 +0000 (+0200) Subject: qapi: Clear scripts/qapi/doc.py executable bits again X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=02ac641a4dd8c7c1b877dddff3deda2f9a8a4418;p=qemu.git 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 Reviewed-by: Eric Blake Message-Id: <20191018074345.24034-8-armbru@redhat.com> --- 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+.