[Bps-public-commit] Prophet branch, master, updated. 0.69_01-42-g8c0dd82
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Sep 3 12:44:29 EDT 2009
The branch, master has been updated
via 8c0dd82e7c7ca92b3563b81e1c4e1fddb951cb10 (commit)
from 510694a712d9c968af46847340ecc1c24ec6d535 (commit)
Summary of changes:
lib/Prophet/CLI.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8c0dd82e7c7ca92b3563b81e1c4e1fddb951cb10
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Sep 4 00:44:23 2009 +0800
remove one needless statement
diff --git a/lib/Prophet/CLI.pm b/lib/Prophet/CLI.pm
index ba449e8..a45a678 100644
--- a/lib/Prophet/CLI.pm
+++ b/lib/Prophet/CLI.pm
@@ -101,7 +101,6 @@ sub run_one_command {
# alias pull --local = pull --local
next if ( $command eq $ori_cmd );
require Text::ParseWords;
- my @args = Text::ParseWords::shellwords( $command );
return $self->run_one_command(
Text::ParseWords::shellwords($command) );
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list