aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-12 20:22:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-12 20:22:59 +1300
commit5d8012895a47eed39857f2cda2f23f02824789e2 (patch)
tree8c5f8247f86d04cc86cfa37ac71d8d2e8d3b91ef
parentConsistent comment boilerplate (diff)
downloaddotfiles-5d8012895a47eed39857f2cda2f23f02824789e2.tar.gz
dotfiles-5d8012895a47eed39857f2cda2f23f02824789e2.zip
Correct default for try(1) attempt count
-rwxr-xr-xbin/try2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/try b/bin/try
index e8e7b564..cdf98d01 100755
--- a/bin/try
+++ b/bin/try
@@ -27,7 +27,7 @@ verbose=0
# Number of attempts
declare -i attc
-attc=2
+attc=3
# Process options
while getopts 'hvn:' opt ; do