about summary refs log tree commit homepage
path: root/scripts/dc-dlvr.pre
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-08-20 00:25:16 +0000
committerEric Wong <e@80x24.org>2016-08-21 09:26:47 +0000
commit52762ddc300db09aee3ad975a0efb6942343e779 (patch)
tree34a1da13ce9f67d10432a36af438afb6d286b314 /scripts/dc-dlvr.pre
parent303356a9125ab33e68604bae49be548575b40a84 (diff)
downloadpublic-inbox-52762ddc300db09aee3ad975a0efb6942343e779.tar.gz
This makes us closer to git.git style (though I'm not quite sure
why we do this...)
Diffstat (limited to 'scripts/dc-dlvr.pre')
-rw-r--r--scripts/dc-dlvr.pre6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dc-dlvr.pre b/scripts/dc-dlvr.pre
index c10e80c7..d7bc1b5c 100644
--- a/scripts/dc-dlvr.pre
+++ b/scripts/dc-dlvr.pre
@@ -5,7 +5,7 @@
 export PATH=/usr/local/bin:/usr/bin:/bin
 trap 'err=$?; set +e; test $err -eq 0 || rm -f $TMPMSG; exit $err' EXIT
 case $1,$CLIENT_ADDRESS in
-pispam,) exec public-inbox-learn spam < $TMPMSG ;;
-piham,) exec public-inbox-learn ham < $TMPMSG ;;
+pispam,) exec public-inbox-learn spam <$TMPMSG ;;
+piham,) exec public-inbox-learn ham <$TMPMSG ;;
 esac
-exec public-inbox-mda < $TMPMSG
+exec public-inbox-mda <$TMPMSG