summaryrefslogtreecommitdiff
path: root/bin/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-28 21:31:57 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-28 21:31:57 +0000
commit4b52af6c2ccfee208b9834260f5c8fcd674c1285 (patch)
tree8cf9c8964d8c365c197373b80d561be6a8a0f2b3 /bin/alot
parent98bb41395d500e50802afcd838277db2bf20a25b (diff)
fix adjust bin/alot to point to /usr/bin/env
Diffstat (limited to 'bin/alot')
-rwxr-xr-xbin/alot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/alot b/bin/alot
index f3a61de9..c5db0e5a 100755
--- a/bin/alot
+++ b/bin/alot
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
"""
This file is part of alot, a terminal UI to notmuch mail (notmuchmail.org).
Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>