From 4667195ad487d8d231544c0e20fa614a6dccdf1f Mon Sep 17 00:00:00 2001 From: data Date: Sun, 14 Aug 2005 19:51:49 +0000 Subject: [PATCH] r105@frost: data | 2005-08-13 05:01:46 +0300 Restored the -t and -T options, erased by mistake git-svn-id: http://abcde.googlecode.com/svn/trunk@94 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcde b/abcde index 17ebeb1..ab39e83 100755 --- a/abcde +++ b/abcde @@ -2268,7 +2268,7 @@ fi # Parse command line options #while getopts 1a:A:bc:C:d:Dehj:klLmMnNo:pPr:Rs:S:t:T:vVxw:W: opt ; do -while getopts 1a:bc:C:d:Dehj:klLmMnNo:pPr:Rs:S:vVxw:W: opt ; do +while getopts 1a:bc:C:d:Dehj:klLmMnNo:pPr:Rs:S:t:T:vVxw:W: opt ; do case "$opt" in 1) ONETRACK=y ;; a) ACTIONS="$OPTARG" ;; -- 2.20.1