[Bps-public-commit] r15590 - Prophet/branches/Prophet-trunk/lib/Prophet/CLI/Command
jesse at bestpractical.com
jesse at bestpractical.com
Thu Aug 28 00:39:35 EDT 2008
Author: jesse
Date: Thu Aug 28 00:39:30 2008
New Revision: 15590
Modified:
Prophet/branches/Prophet-trunk/lib/Prophet/CLI/Command/Shell.pm
Log:
* fix the shell's ability to run commands
Modified: Prophet/branches/Prophet-trunk/lib/Prophet/CLI/Command/Shell.pm
==============================================================================
--- Prophet/branches/Prophet-trunk/lib/Prophet/CLI/Command/Shell.pm (original)
+++ Prophet/branches/Prophet-trunk/lib/Prophet/CLI/Command/Shell.pm Thu Aug 28 00:39:30 2008
@@ -48,8 +48,8 @@
my $self = shift;
my $line = shift;
- $self->cli->clear_args;
- $self->cli->clear_props;
+ $self->context->clear_args;
+ $self->context->clear_props;
local @ARGV = split ' ', $line;
More information about the Bps-public-commit
mailing list