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

View File

@ -1351,7 +1351,7 @@ rcp_command() {
# #
# Remote-{start|reload|restart} command executor # Remote-{start|reload|restart} command executor
# #
remote_reload_command() # $* = original arguments less the command. remote_commands() # $* = original arguments less the command.
{ {
local verbose local verbose
verbose=$(make_verbose) verbose=$(make_verbose)
@ -1672,7 +1672,7 @@ compiler_command() {
;; ;;
remote-start|remote-reload|remote-restart) remote-start|remote-reload|remote-restart)
shift shift
remote_reload_command $@ remote_commands $@
;; ;;
export) export)
shift shift