bin/offlineimap: fix shebang to env python2
The python executable will likely be set to python3 by default on more and more distributions. Fix it to Python 2. Github-ref: https://github.com/OfflineIMAP/offlineimap/issues/530 Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
ea5093bc5e
commit
0f65469ce1
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# Startup from system-wide installation
|
||||
# Copyright (C) 2002 - 2009 John Goerzen
|
||||
# <jgoerzen@complete.org>
|
||||
# Copyright (C) 2002-2018 John Goerzen & contributors
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
Loading…
Reference in New Issue
Block a user