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:
Nicolas Sebrecht 2018-03-03 01:41:26 +01:00
parent ea5093bc5e
commit 0f65469ce1
1 changed files with 2 additions and 3 deletions

View File

@ -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