From 5d8012895a47eed39857f2cda2f23f02824789e2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 12 Feb 2016 20:22:59 +1300 Subject: Correct default for try(1) attempt count --- bin/try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3