]> git.donarmstrong.com Git - bin.git/commitdiff
remove env call
authorDon Armstrong <don@donarmstrong.com>
Wed, 26 Apr 2017 02:04:29 +0000 (19:04 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 26 Apr 2017 02:04:29 +0000 (19:04 -0700)
getmail

diff --git a/getmail b/getmail
index e7a4ee2a3a3e02905429751165b44fa388ee8f8f..62e37de799d5cf9c53cd0015dd1435b400709c42 100755 (executable)
--- a/getmail
+++ b/getmail
@@ -37,7 +37,6 @@ fi;
 if [ -e ~/.ssh/"ssh_agent_info_$HOSTNAME" ]; then
        . ~/.ssh/"ssh_agent_info_$HOSTNAME" > /dev/null;
 fi;
-env;
 
 PID="$(pgrep -U $(id -u) offlineimap)";
 if [ -n "$PID" ]; then