[Bps-public-commit] r15626 - in Prophet/trunk: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Aug 28 21:42:15 EDT 2008
Author: jesse
Date: Thu Aug 28 21:42:14 2008
New Revision: 15626
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm
Log:
r44670 at 31b (orig r15590): jesse | 2008-08-27 21:39:30 -0700
* fix the shell's ability to run commands
Modified: Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Shell.pm Thu Aug 28 21:42:14 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