From 51d561c1567347316e171c6fb868ae16295cad89 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 8 Dec 2010 09:51:20 -0600 Subject: [PATCH] Fix wrong variable names in bro-path-dev script --- bro-path-dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bro-path-dev.in b/bro-path-dev.in index fc9c885d22..aad1b72dbd 100644 --- a/bro-path-dev.in +++ b/bro-path-dev.in @@ -17,4 +17,4 @@ broctlPolicies=${PROJECT_SOURCE_DIR}/aux/broctl/policy:${CMAKE_BINARY_DIR}/aux/b installedPolicies=${POLICYDIR}:${POLICYDIR}/sigs:${POLICYDIR}/time-machine:${POLICYDIR}/site -echo .:$distPolicies:$genPolicies:$broctlPolicies +echo .:$broPolicies:$broGenPolicies:$broctlPolicies