From: Silvio Rhatto Date: Mon, 26 Aug 2013 02:14:15 +0000 (-0300) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ee0a0f9061339e50b509c60f661b4a9308d241c2;p=httruta.git Coding style --- 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/\'\.\*\$// }