From: data Date: Sun, 14 Aug 2005 19:51:49 +0000 (+0000) Subject: r105@frost: data | 2005-08-13 05:01:46 +0300 X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/4667195ad487d8d231544c0e20fa614a6dccdf1f?ds=sidebyside 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 --- 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" ;;