From 932e48421bcb4e6de658cf388d914e67eb13b84b Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 6 Jan 2015 00:33:17 +0100 Subject: [PATCH] =?utf8?q?[ml=5Fin=5Fml]=20Probl=C3=A8me=20de=20$PATH?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- mails/ml_in_ml.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mails/ml_in_ml.sh b/mails/ml_in_ml.sh index 0e0dc1a..62a7f9a 100755 --- a/mails/ml_in_ml.sh +++ b/mails/ml_in_ml.sh @@ -4,4 +4,7 @@ ML1=$1 ML2=$2 +# Pour pouvoir utiliser les commandes mailman +export PATH="$PATH:/var/lib/mailman/bin/" + diff -u <(list_members ${ML1} | sort) <(list_members ${ML2} | sort) | grep -v "/dev/fd" | egrep '^-' -- 2.39.2