summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2016-04-13 13:13:42 -0700
committerEric S. Raymond <esr@thyrsus.com>2016-04-14 04:07:07 -0400
commit3e9cd66c2305c7d9f81084519d840620d5f0cabf (patch)
treee9d21212048e6b98c5a5ff1b014eee08a91435cf /devtools
parent25c15e4a9d3b59e01771709fe4dfaf23bb2dc1bb (diff)
downloadgpsd-3e9cd66c2305c7d9f81084519d840620d5f0cabf.tar.gz
Fixes shebang line in devtools/striplog.
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.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/striplog2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/striplog b/devtools/striplog
index c0233f54..5c63dda9 100755
--- a/devtools/striplog
+++ b/devtools/striplog
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# striplog -- strip leading lines from logs
#