From 2731b9907d394f0545a7380afd3f79264614b1b1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 19 Jul 2015 17:03:56 -0400 Subject: Change Python hashbang lines to invoke 'python2' We've learned that Ubuntu 15.10 will have python3 as default. The ugly transition gas befun; our only recourse is to hape that all our deployment targets have 'pyton2' do the right thing. Works on 14.10. --- gpsprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsprof') diff --git a/gpsprof b/gpsprof index f1c11fe8..59db153e 100755 --- a/gpsprof +++ b/gpsprof @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # This file is Copyright (c) 2010 by the GPSD project # BSD terms apply: see the file COPYING in the distribution root for details. -- cgit v1.2.1