Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 26, 2016
1 parent 1c4f43b commit 1107cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command/set_sub/linetrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
typeset -A _Dbg_complete_level_2_data
_Dbg_complete_level_2_data[set_linetrace]='on off delay expand'

_Dbg_help_add_sub set basename \
_Dbg_help_add_sub set linetrace \
'**set linetrace** [**on**|**off**]
Set xtrace-style line tracing
Expand Down
2 changes: 1 addition & 1 deletion lib/filecache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function _Dbg_readin {
if (( 0 == $? )) ; then
eval "$_Dbg_highlight_array_var=( \"\${(f@)mapfile[$tempfile]}\" )"
fi
# [[ -r $tempfile ]] && rm $tempfile
[[ -r $tempfile ]] && rm $tempfile

fi
else
Expand Down

0 comments on commit 1107cf6

Please sign in to comment.