aboutsummaryrefslogtreecommitdiff
path: root/config/udi.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/udi.exp')
-rw-r--r--config/udi.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/udi.exp b/config/udi.exp
index c7a7f07..f0d31e6 100644
--- a/config/udi.exp
+++ b/config/udi.exp
@@ -4,12 +4,12 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -85,7 +85,7 @@ proc udi_load { dest prog args } {
exp_continue
}
-re "\[\r\n\]+" {
- if { ! $noappend } {
+ if { ! $noappend } {
append output $expect_out(buffer)
if { [string length $output] < 512000 } {
exp_continue
@@ -118,7 +118,7 @@ proc udi_load { dest prog args } {
warning "Resetting $dest."
remote_send $dest "r\n"
remote_expect $dest 5 {
- -re "r.*$shell_prompt.*" {
+ -re "r.*$shell_prompt.*" {
verbose "Target reset." 2
}
timeout {