From 2eac1ead9c973b42cd5524e8defb0d766b2b306a Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Fri, 16 Jun 2017 11:08:14 +0100 Subject: Change shebang to use /usr/bin/env When python is not /usr/bin/python but something else that is still found by your system, /usr/bin/env still finds it. :x Reference: https://mail.python.org/pipermail/python-list/2012-September/631967.html --- src/virtBootstrap/virt-bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/virtBootstrap/virt-bootstrap.py') diff --git a/src/virtBootstrap/virt-bootstrap.py b/src/virtBootstrap/virt-bootstrap.py index d5021c8..638b4d9 100755 --- a/src/virtBootstrap/virt-bootstrap.py +++ b/src/virtBootstrap/virt-bootstrap.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Authors: Cedric Bosdonnat # # Copyright (C) 2017 SUSE, Inc. -- cgit