1212#    WARRANTY; without even the implied warranty of MERCHANTABILITY or
1313#    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1414#    for more details.
15- #     
15+ # 
1616#    You should have received a copy of the GNU General Public License along
1717#    with zshdb; see the file COPYING.  If not, write to the Free Software
1818#    Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
@@ -44,7 +44,7 @@ typeset -i _Dbg_script=0
4444#  This function is overwritten by when lib/fns.sh gets loaded
4545_Dbg_msg ()
4646{
47-   echo  $* 
47+   echo  " $* " 
4848}
4949
5050#  Used by "show version" as well as --version
@@ -56,9 +56,9 @@ _Dbg_do_show_version()
5656#  Expand filename given as $1.
5757#  we echo the expanded name or return $1 unchanged if a bad filename.
5858#  Return is 0 if good or 1 if bad.
59- #  File globbing is handled.  
60- #  Note we don't check that the file exists, just that the format is  
61- #  valid; we do check that we can "search" the directory implied in the  
59+ #  File globbing is handled.
60+ #  Note we don't check that the file exists, just that the format is
61+ #  valid; we do check that we can "search" the directory implied in the
6262#  filename.
6363
6464function  _Dbg_expand_filename  {
@@ -115,15 +115,14 @@ typeset -x _Dbg_init_cwd=$PWD
115115
116116typeset  -i _Dbg_running=1      #  True we are not finished running the program
117117
118- typeset  -i _Dbg_brkpt_num=0    #  If nonzero, the breakpoint number that we  
118+ typeset  -i _Dbg_brkpt_num=0    #  If nonzero, the breakpoint number that we
119119                               #  are currently stopped at.
120120
121121#  Sets whether or not to display command before executing it.
122122typeset  _Dbg_set_trace_commands=' off' 
123123
124124#  Known normal IFS consisting of a space, tab and newline
125- typeset  -x _Dbg_space_IFS='  	
126- ' 
125+ typeset  -x _Dbg_space_IFS=$'  \t\r\n ' 
127126
128127#  Number of statements to run before entering the debugger.  Is used
129128#  intially to get out of sourced dbg-main.inc script and in top-level
0 commit comments