# HG changeset patch # User stef # Date 1429797045 14400 # Node ID 01305ba40dced51baa1ef3def843718151c6beab # Parent b641568b150022e8477494eedb1a7c052f26081a Uploaded diff -r b641568b1500 -r 01305ba40dce falco-filter-report.sh --- a/falco-filter-report.sh Thu Apr 23 09:50:32 2015 -0400 +++ b/falco-filter-report.sh Thu Apr 23 09:50:45 2015 -0400 @@ -1,5 +1,6 @@ #!/bin/bash -TOOLDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +#TOOLDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo "Started FALCO calling" @@ -7,6 +8,7 @@ ## Variables setup ($1 contains the bash config file path) ## ---------- source $1 +TOOLDIR=$2 ## ---------- ## make sure all is ok