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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdtest') 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 -- cgit v1.2.1