aboutsummaryrefslogtreecommitdiff
path: root/config/ddb-ether.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/ddb-ether.exp')
-rw-r--r--config/ddb-ether.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/ddb-ether.exp b/config/ddb-ether.exp
index 336763c..05912ab 100644
--- a/config/ddb-ether.exp
+++ b/config/ddb-ether.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.
@@ -118,7 +118,7 @@ proc ddb_ether_ld { dest prog } {
exp_continue
}
}
- -re ".*${shell_prompt}$" {
+ -re ".*${shell_prompt}$" {
set state "fail"
}
default {
@@ -131,7 +131,7 @@ proc ddb_ether_ld { dest prog } {
}
return "pass"
}
-
+
proc ddb_ether_spawn { dest prog args } {
set state [ddb_ether_ld $dest $prog]