aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-08 10:42:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-08 10:42:15 +1200
commit7c854bc876782b2680633f423d1d0d75bfe70e58 (patch)
treec0a989149e35ea1b1f86a847b154b2024269fcfb /bin
parentBe more specific about shell script compatibility (diff)
downloaddotfiles-7c854bc876782b2680633f423d1d0d75bfe70e58.tar.gz
dotfiles-7c854bc876782b2680633f423d1d0d75bfe70e58.zip
Update options for gms(1) use of try(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gms2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gms b/bin/gms
index 124a5389..97a98dd1 100755
--- a/bin/gms
+++ b/bin/gms
@@ -21,7 +21,7 @@ for rcfile in "${GETMAIL:-$HOME/.getmail}"/getmailrc.* ; do
# .lock appended as the lockfile in the lock directory
(
flock -n 9 || exit 1
- try -i 15 -n 3 getmail --rcfile "$rcfile" "$@"
+ try -n 3 -s 15 getmail --rcfile "$rcfile" "$@"
) 9>"$lockdir"/"${rcfile##*/}".lock &
done