trigger prefixes an extra first argument -- the trigger name
This commit is contained in:
parent
b39100053d
commit
0b8b144630
|
@ -177,7 +177,7 @@ sub trigger {
|
||||||
|
|
||||||
_warn("skipped command '$s'"), next if not -x $sfp;
|
_warn("skipped command '$s'"), next if not -x $sfp;
|
||||||
trace( 2, "command: $s" );
|
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;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue