From 90c003c8b39e31aae0c2626884180e0911a37c8c Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 29 Jun 2007 19:29:48 +0000 Subject: Remove extra curly-brace (resolves Ticket #454) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3393 ce84e21b-d406-0410-9b95-82705330c041 --- tools/bcfg2-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bcfg2-cron b/tools/bcfg2-cron index 53377b943..cba5f4de1 100755 --- a/tools/bcfg2-cron +++ b/tools/bcfg2-cron @@ -31,7 +31,7 @@ invoke_bcfg2 () { # Invoke bcfg2 if enabled if [ ${BCFG2_ENABLED} -eq 1 ]; then eval BCFG2_EXTRA_OPTIONS=\${BCFG2_OPTIONS_${RUNTYPE}} - ${BCFG2_BIN} ${BCFG2_OPTIONS} ${BCFG2_EXTRA_OPTIONS}} + ${BCFG2_BIN} ${BCFG2_OPTIONS} ${BCFG2_EXTRA_OPTIONS} fi } -- cgit v1.2.3-1-g7c22