Fix parsing of string for eval command.

PR:		18447
Submitted by:	Koji Mori <mori@tri.asanuma.co.jp>
This commit is contained in:
Martin Cracauer 2000-05-15 13:02:07 +00:00
parent b2acf8878e
commit 98e05fd3ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60593

View File

@ -137,6 +137,7 @@ parsecmd(interact)
{
int t;
tokpushback = 0;
doprompt = interact;
if (doprompt)
setprompt(1);