From 943d7cce260ab28a24741d043101db8d31266bad Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 6 Nov 2015 12:24:37 +0000 Subject: Use env in hashbangs Some distributions don't install python to /usr/bin/python --- cmdtest | 2 +- yarn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdtest b/cmdtest index d7f329e..bdc37cf 100755 --- a/cmdtest +++ b/cmdtest @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2011 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify diff --git a/yarn b/yarn index 7d3b295..c6e32cc 100755 --- a/yarn +++ b/yarn @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2013 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify -- cgit v1.2.1