Changeset 3705 for lang/perl/Archer
- Timestamp:
- 12/28/07 11:23:46 (11 months ago)
- Files:
-
- 1 modified
-
lang/perl/Archer/lib/Archer/Shell.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/lib/Archer/Shell.pm
r3704 r3705 62 62 my ( $self, $cmd ) = @_; 63 63 64 if ( $cmd =~ /^on / ) {64 if ( $cmd =~ /^on\s+/ ) { 65 65 if ( $cmd =~ /^on\s(.*)\sdo\s(.*)$/ ) { 66 66 $self->process_host( $1, $2 ); … … 70 70 } 71 71 } 72 elsif ( $cmd =~ /^with / ) {72 elsif ( $cmd =~ /^with\s+/ ) { 73 73 if ( $cmd =~ /^with\s(.*)\sdo\s(.*)$/ ) { 74 74 $self->process_role( $1, $2 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)