- Close curly bracket in rc script

Spotted by:	rushani
Approved by:	cperciva (maintainer)
This commit is contained in:
Pav Lucistnik 2004-12-08 20:27:03 +00:00
parent 192f7432e3
commit 3ec26a59ff
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= estctrl
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.daemonology.net/freebsd-est/

View file

@ -30,6 +30,6 @@ command="%%PREFIX%%/sbin/estctrl"
command_args="-a ${estctrl_speed_ac}"
command_args="${command_args} -b ${estctrl_speed_battery}"
command_args="${command_args} -d ${estctrl_speed_default}"
command_args="${command_args &"
command_args="${command_args} &"
run_rc_command "$1"