fluster.sh: add one more fluster location

If fluster is in the subdir next to fluster.sh, use it.
This commit is contained in:
Dmitry Baryshkov
2026-03-11 10:05:52 +02:00
parent 47f956fdd0
commit 94302e5d6b
+4
View File
@@ -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"