diff --git a/fluster.sh b/fluster.sh index cb4b74b..e6b19b7 100755 --- a/fluster.sh +++ b/fluster.sh @@ -34,6 +34,10 @@ if [ -r fluster.py ] then echo "Generating $SUMMARY using fluster from the current location" FLUSTER=./fluster.py +elif [ -r $(dirname $0)/fluster/fluster.py ] +then + echo "Generating $SUMMARY using fluster from the current location" + FLUSTER=$(dirname $0)/fluster/fluster.py elif [ "$(which fluster)" != "" ] then echo "Generating $SUMMARY using system-wide fluster"