Changeset 175
- Timestamp:
- 10/24/02 17:33:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/LispShell.java
r140 r175 3 3 * 4 4 * Copyright (C) 2002 Peter Graves 5 * $Id: LispShell.java,v 1. 2 2002-10-14 23:43:18piso Exp $5 * $Id: LispShell.java,v 1.3 2002-10-24 17:33:53 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 24 24 public final class LispShell extends Shell 25 25 { 26 private static final String DEFAULT_PROMPT_PATTERN = 27 "^[^>\\*\\]]*[>\\*\\]] *"; 28 26 29 private LispShell(String shellCommand) 27 30 { … … 33 36 { 34 37 LispShell shell = new LispShell(shellCommand); 38 shell.setPromptRE(DEFAULT_PROMPT_PATTERN); 35 39 shell.startProcess(); 36 40 if (shell.getProcess() == null) {
Note: See TracChangeset
for help on using the changeset viewer.