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:
Matt Darfeuille 2018-03-16 13:28:59 +01:00 committed by Tom Eastep
parent cdeb82bdab
commit ef28208c0e
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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