Skip to content

Commit

Permalink
Fixed runtime error about Getopt/Obj.pbc missing. Now echoes command …
Browse files Browse the repository at this point in the history
…input successfully (the right way)
  • Loading branch information
soh-cah-toa committed Jun 16, 2011
1 parent 9ae8e60 commit 51aa664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hbdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@ hbdb_start(PARROT_INTERP, ARGIN(opcode_t *pc))
/* Set HBDB_STOPPED flag */
HBDB_FLAG_SET(interp, HBDB_STOPPED);

/* TODO Start command-line here */
/* Start command-line interface */
hbdb_command_line(interp);

/* Check if HBDB_EXIT has been set */
if (HBDB_FLAG_TEST(interp, HBDB_EXIT)) {
Expand Down

0 comments on commit 51aa664

Please sign in to comment.