From ba6f5ddabd49451d81348f95989cb10565e12ae7 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Mon, 23 Jan 2017 12:58:57 +0000 Subject: Set all shebangs for python to /usr/bin/env python:wq --- extensions/nfsboot.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/nfsboot.check') diff --git a/extensions/nfsboot.check b/extensions/nfsboot.check index 0b2e6be7..c09610f4 100755 --- a/extensions/nfsboot.check +++ b/extensions/nfsboot.check @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python # Copyright (C) 2014-2015 Codethink Limited # # This program is free software; you can redistribute it and/or modify -- cgit v1.2.1