From f076414b6db43be0f1fd61087713625ed82c93f6 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 15 Mar 2013 22:09:25 +0000 Subject: Sometimes the Python you want isn't /usr/bin/python. Fix the shebang. svn path=/trunk/; revision=48331 --- tools/make-usb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/make-usb.py') diff --git a/tools/make-usb.py b/tools/make-usb.py index 6ed958c31c..ef15e1cb2e 100755 --- a/tools/make-usb.py +++ b/tools/make-usb.py @@ -1,4 +1,4 @@ -#/usr/bin/python +#!/usr/bin/env python # # $Id$ # -- cgit v1.2.1