summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-06-24 11:21:38 -0400
committerShaun McCance <shaunm@gnome.org>2011-06-24 13:29:55 -0400
commitb13436f2a75ffded500e5f26028237d337510394 (patch)
tree4524a6126e615c06537fdd63fde60b6418353695
parentd8b399ae628e822ee9a9762657969361c5aebc93 (diff)
downloaditstool-b13436f2a75ffded500e5f26028237d337510394.tar.gz
Use #!/usr/bin/python -s for shebang, RH bug #702989
-rwxr-xr-xitstool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/itstool.in b/itstool.in
index 6bcf589..771dac5 100755
--- a/itstool.in
+++ b/itstool.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python -s
#
# Copyright (c) 2010-2011 Shaun McCance <shaunm@gnome.org>
#