From 1945e2381836df6058fb7f3e3ee6da7448a7c436 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Fri, 13 Apr 2012 21:13:47 +0000 Subject: [PATCH 1/1] * Make the -q option work again. Thanks to A Mennucc for the patch. Closes: #562522 git-svn-id: http://abcde.googlecode.com/svn/trunk@297 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcde b/abcde index d585c16..b3542b0 100755 --- a/abcde +++ b/abcde @@ -3292,7 +3292,7 @@ fi # Parse command line options #while getopts 1a:bc:C:d:Dehj:klLmMnNo:pPq:r:Rs:S:t:T:vVxw:W: opt ; do -while getopts 1a:bBc:C:d:Defghj:klLmMnNo:pPr:s:S:t:T:UvVxX:w:W:z opt ; do +while getopts 1a:bBc:C:d:Defghj:klLmMnNo:pPq:r:s:S:t:T:UvVxX:w:W:z opt ; do case "$opt" in 1) ONETRACK=y ;; a) ACTIONS="$OPTARG" ;; -- 2.20.1