From ee0a0f9061339e50b509c60f661b4a9308d241c2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Aug 2013 23:14:15 -0300 Subject: Coding style --- lib/httracker/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httracker/functions b/lib/httracker/functions index dfaa0b9..e42e0d8 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -78,7 +78,7 @@ function httracker_get_incremental { } # Get SemanticScuttle parameter -function httracker_scuttle_config() { +function httracker_scuttle_config { grep ${1} ${CONFIGFILE} | sed -e s/\[^\'\]\*\'// -e s/\'\.\*\$// } -- cgit v1.2.3