]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
README: Improve my-email-lda script
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 12 Apr 2017 20:54:21 +0000 (13:54 -0700)
committerJacob Keller <jacob.e.keller@intel.com>
Wed, 12 Apr 2017 22:27:21 +0000 (15:27 -0700)
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>
doc/README

index 18be35bc1a7de1187656291e0a83f7a122f28fa1..c2ebd1f70bc9a4ffaecd8be25d43f01ac33fa948 100644 (file)
@@ -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