command: Fix delayed execution of FINISH.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:34:21 +0000 (22:34 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 8 Dec 2014 06:34:21 +0000 (22:34 -0800)
PSPP delayed the execution of FINISH until it read the first token
of the next command.  This commit changes it to execute immediately,
as one would expect..

Reported by Daniel Schlieper.
Bug #43766.


No differences found