summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-19 19:44:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-19 19:44:21 +0000
commit54b2e4b926058f1f23179d9e5552272b2f7c0696 (patch)
tree1a2a0bda7999b086e8a2efd573b498ae611923b6 /cpukit/libmisc/shell/shell.c
parentRegenerate. (diff)
downloadrtems-54b2e4b926058f1f23179d9e5552272b2f7c0696.tar.bz2
2008-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am, libmisc/shell/main_wkspaceinfo.c, libmisc/shell/shell.c, libmisc/shell/shellconfig.h: Add route and ifconfig commands. The code for these was previously in the networking guide. Disable NFS filesystem mount until that code is in cpukit. * libmisc/shell/main_ifconfig.c, libmisc/shell/main_route.c: New files.
Diffstat (limited to 'cpukit/libmisc/shell/shell.c')
-rw-r--r--cpukit/libmisc/shell/shell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c
index 2cbbff924c..eca05f19e8 100644
--- a/cpukit/libmisc/shell/shell.c
+++ b/cpukit/libmisc/shell/shell.c
@@ -488,7 +488,6 @@ fprintf( stderr,
if (!rtems_shell_scanline(cmd,sizeof(cmd),stdin,stdout)) {
break; /*EOF*/
}
-
line++;
/* evaluate cmd section */