Skip to content

Commit

Permalink
always use plain $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschnepp committed Jul 19, 2013
1 parent cdfe518 commit 0313554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/dovecot/dovecot
Expand Up @@ -22,7 +22,9 @@ $aborted = 0;
($dirname = $0) =~ s/[^\/]+$//;

$logfile = $ENV{'LOGFILE'} || '/var/log/mail.log';
$DOVEADM = "/usr/bin/doveadm";

# Use an overrided $PATH for all external programs if needed
$DOVEADM = "doveadm";

if ( $ARGV[0] and $ARGV[0] eq "autoconf" ) {

Expand Down

0 comments on commit 0313554

Please sign in to comment.