]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.logging
Remove the function keyword which is a bashism
[people/stevee/network.git] / src / functions / functions.logging
index eefa3c413bd073e8ec45e0a3c4142b43292a52a4..07698160d984b95aaa2dd05b5b3ff2a43436eebe 100644 (file)
@@ -29,7 +29,7 @@ if [ -z "${LOG_DISABLE_STDOUT}" ]; then
        LOG_DISABLE_STDOUT=false
 fi
 
-function log() {
+log() {
        local level=${1}
        shift
        local message="$@"