[orca] Fix for bgo#619047 - I can not run orca with --debug-file flag.
- From: Mesar Hameed <mhameed src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bgo#619047 - I can not run orca with --debug-file flag.
- Date: Wed, 19 May 2010 10:50:29 +0000 (UTC)
commit aa370e0b08cf2a4c2b6f7feb06abcf36310eb14f
Author: Mesar Hameed <mhameed src gnome org>
Date: Wed May 19 11:46:26 2010 +0100
Fix for bgo#619047 - I can not run orca with --debug-file flag.
src/orca/orca.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca.in b/src/orca/orca.in
index e86c7f3..05c0844 100644
--- a/src/orca/orca.in
+++ b/src/orca/orca.in
@@ -153,7 +153,7 @@ if [ `echo $ARGS | grep -c "\-q"` -gt 0 ] ; then
# existing orca process to quit. So, we just do a cleanup.
#
cleanup
-elif [ `echo $ARGS | grep -c "\-f"` -gt 0 ] ; then
+elif [ `echo $ARGS | egrep -c " \-f|^\-f|\-\-forcequit"` -gt 0 ] ; then
# If the user has done -f or --forcequit, that means
# that Orca has probably hung badly, and needs to be killed with force.
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]