Changeset 14124
- Timestamp:
- 08/18/12 13:47:12 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/run-shell-command.lisp
r14123 r14124 35 35 36 36 (defun run-shell-command (command &key directory (output *standard-output*)) 37 ( %run-shell-command command directory output))37 (sys::%run-shell-command command directory output))
Note: See TracChangeset
for help on using the changeset viewer.