diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 23:14:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 23:14:15 -0300 |
commit | ee0a0f9061339e50b509c60f661b4a9308d241c2 (patch) | |
tree | 5c92576316d0d8a7b15a01bb2306a49a1ef0f1db /lib/httracker/functions | |
parent | 37c85117cb13fc3b6d7be484f929fe5a3dd885c4 (diff) | |
download | httruta-ee0a0f9061339e50b509c60f661b4a9308d241c2.tar.gz httruta-ee0a0f9061339e50b509c60f661b4a9308d241c2.tar.bz2 |
Coding style
Diffstat (limited to 'lib/httracker/functions')
-rw-r--r-- | lib/httracker/functions | 2 |
1 files changed, 1 insertions, 1 deletions
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/\'\.\*\$// } |