mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Use a more consistent name for function definition
Signed-off-by: Matt Darfeuille <matdarf@gmail.com> Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
cdeb82bdab
commit
ef28208c0e
@ -1351,7 +1351,7 @@ rcp_command() {
|
||||
#
|
||||
# Remote-{start|reload|restart} command executor
|
||||
#
|
||||
remote_reload_command() # $* = original arguments less the command.
|
||||
remote_commands() # $* = original arguments less the command.
|
||||
{
|
||||
local verbose
|
||||
verbose=$(make_verbose)
|
||||
@ -1672,7 +1672,7 @@ compiler_command() {
|
||||
;;
|
||||
remote-start|remote-reload|remote-restart)
|
||||
shift
|
||||
remote_reload_command $@
|
||||
remote_commands $@
|
||||
;;
|
||||
export)
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user