summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-04-12 13:54:21 -0700
committerJacob Keller <jacob.e.keller@intel.com>2017-04-12 15:27:21 -0700
commita6594f236b27969880e98fb206bfa0cf6a475d91 (patch)
treede60fdbadaf69b566295016a9143467b70d20caf
parent4a89f9f367f3292bfa881dfd99a74ea204e8bb84 (diff)
downloadaiaiai-a6594f236b27969880e98fb206bfa0cf6a475d91.tar.gz
README: Improve my-email-lda script
In case someone may want to simply copy/paste the example, make that possible by providing the necessary shebang and properly quote the log file argument. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r--doc/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README b/doc/README
index 18be35b..c2ebd1f 100644
--- a/doc/README
+++ b/doc/README
@@ -84,7 +84,8 @@ to the my-aiaiai-lda script. The script simply ran aiaiai-email-lda with
the options we needed:
$ cat /home/aiaiai/bin/my-aiaiai-lda
-$HOME/git/email/aiaiai-email-lda -v --reap-archive=43200 --reap-incomplete=10 -- $HOME/aiaiai-workdir >> $HOME/aiaiai-logs/email-lda.log" 2>&1
+#!/bin/sh
+$HOME/git/email/aiaiai-email-lda -v --reap-archive=43200 --reap-incomplete=10 -- $HOME/aiaiai-workdir >> "$HOME/aiaiai-logs/email-lda.log" 2>&1
So, aiaiai-email-lda collects patches belonging to the patch-sets, and when it