From 1cc753a9a5e40575ec84ffcbc2297afec46516cd Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Tue, 25 Jan 2022 16:39:08 +0100 Subject: [PATCH] config_tools: make acrn_configurator.py an executable script Add the shebang header (for Python) and make the acrn_configurator.py executable so it can more easily be run as in './acrn_configurator.py' Tracked-On: #7057 Signed-off-by: Geoffroy Van Cutsem --- misc/config_tools/config_app/acrn_configurator.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 misc/config_tools/config_app/acrn_configurator.py diff --git a/misc/config_tools/config_app/acrn_configurator.py b/misc/config_tools/config_app/acrn_configurator.py old mode 100644 new mode 100755 index dabc7038c..082584bbd --- a/misc/config_tools/config_app/acrn_configurator.py +++ b/misc/config_tools/config_app/acrn_configurator.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (C) 2019 Intel Corporation. # SPDX-License-Identifier: BSD-3-Clause