<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -115,7 +115,7 @@ _Dbg_do_list_brkpt() {
     
   if (( $# != 0  )) ; then 
       typeset brkpt_num=''
-      if [[ $brkpt_num == [0-9]* ]] ; then
+      if [[ $brkpt_num != [0-9]* ]] ; then
 	  _Dbg_errmsg &quot;Bad breakpoint number $brkpt_num.&quot;
       elif [[ -z ${_Dbg_brkpt_file[$brkpt_num]} ]] ; then
 	  _Dbg_errmsg &quot;Breakpoint entry $brkpt_num is not set.&quot;</diff>
      <filename>command/break.sh</filename>
    </modified>
    <modified>
      <diff>@@ -163,18 +163,18 @@ _Dbg_onecmd() {
 	  _Dbg_last_cmd=&quot;break&quot;
 	  ;;
 
-	# Breakpoint/Watchpoint Conditions
-	condition )
-	  _Dbg_do_condition $args
-	  _Dbg_last_cmd='condition'
-	  ;;
-
 # 	# Delete all breakpoints by line number.
 # 	clear )
 # 	  _Dbg_do_clear_brkpt $args
 # 	  _Dbg_last_cmd='clear'
 # 	  ;;
 
+	# Breakpoint/Watchpoint Conditions
+	condition )
+	  _Dbg_do_condition $args
+	  _Dbg_last_cmd='condition'
+	  ;;
+
 	# Continue
 	continue )
 	  </diff>
      <filename>lib/processor.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e06ef0ee1a0baa53c8f3de91ea99435c2898898b</id>
    </parent>
  </parents>
  <author>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </author>
  <url>http://github.com/rocky/zshdb/commit/6a53924b079deeda355e05d2d2e172b7196b0a08</url>
  <id>6a53924b079deeda355e05d2d2e172b7196b0a08</id>
  <committed-date>2009-06-23T12:29:47-07:00</committed-date>
  <authored-date>2009-06-23T12:29:47-07:00</authored-date>
  <message>Wrong condition test for breakpoint number parsing.</message>
  <tree>1822e3bac51ef92fb20565458500925f207f382a</tree>
  <committer>
    <name>R. Bernstein</name>
    <email>rocky@gnu.org</email>
  </committer>
</commit>
