From 0f65469ce1f2baa945ec2fa600762875b7524dbc Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sat, 3 Mar 2018 01:41:26 +0100 Subject: [PATCH] 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 --- bin/offlineimap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index 5f307a7..be98a13 100755 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,7 +1,6 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Startup from system-wide installation -# Copyright (C) 2002 - 2009 John Goerzen -# +# 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