aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMatthew King <[email protected]>2016-06-26 16:47:03 +0300
committerMatthew King <[email protected]>2016-06-26 16:47:03 +0300
commit873e81f89b3197580aca3dd4a591d00e41696a89 (patch)
tree0fcffb8b510b0eda8f649bcfa3f199dd7045fb52 /share
parentMerge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool (diff)
downloaddiscoin-873e81f89b3197580aca3dd4a591d00e41696a89.tar.xz
discoin-873e81f89b3197580aca3dd4a591d00e41696a89.zip
Use portable #! in python scripts (/usr/bin/env)
Diffstat (limited to 'share')
-rwxr-xr-xshare/qt/extract_strings_qt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py
index 2ba8bb9b3..9624abf1f 100755
--- a/share/qt/extract_strings_qt.py
+++ b/share/qt/extract_strings_qt.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
'''
Extract _("...") strings for translation and convert to Qt stringdefs so that
they can be picked up by Qt linguist.