gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Fixes shebang line in devtools/striplog.


From: Fred Wright
Subject: [gpsd-dev] [PATCH] Fixes shebang line in devtools/striplog.
Date: Wed, 13 Apr 2016 13:13:42 -0700

This was using the less reliable non-env version of the Python shebang
line.  The fix was neglected in the previous commit.

TESTED:
Verified that it launches and passes text.
---
 devtools/striplog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/striplog b/devtools/striplog
index c0233f5..5c63dda 100755
--- a/devtools/striplog
+++ b/devtools/striplog
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # striplog -- strip leading lines from logs
 #
-- 
2.8.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]