From 12022fea55fcbb5bbcf479c02db1995000c37719 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 15 May 2013 17:20:01 +0200 Subject: [PATCH] Fix syntax error. --- helper/build_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/build_config b/helper/build_config index 365aae85..dcdd1c18 100755 --- a/helper/build_config +++ b/helper/build_config @@ -73,7 +73,7 @@ case "${output_file}" in comment_open_tag='' ;; - */init.d/* || \ + */init.d/* | \ */kamailio/lb/db/*) comment_open_tag='' ;;