trigger prefixes an extra first argument -- the trigger name

This commit is contained in:
Sitaram Chamarty 2012-03-23 12:34:48 +05:30
parent b39100053d
commit 0b8b144630

View file

@ -177,7 +177,7 @@ sub trigger {
_warn("skipped command '$s'"), next if not -x $sfp;
trace( 2, "command: $s" );
_system( $sfp, @_ ); # they better all return with 0 exit codes!
_system( $sfp, $rc_section, @_ ); # they better all return with 0 exit codes!
}
}
return;