Commit 60283f7d authored by Vitaly Lipatov's avatar Vitaly Lipatov

add support for find command in functions/commands dir

parent 319eef4d
...@@ -28,7 +28,7 @@ set_eterbuilddir() ...@@ -28,7 +28,7 @@ set_eterbuilddir()
fi fi
fi fi
ETERBUILDBIN=$(realpath $ETERBUILDDIR/../../bin) ETERBUILDBIN=$(realpath $ETERBUILDDIR/../../bin)
test -n "$ETERBUILDDIR" test -n "$ETERBUILDDIR" && PATH=$ETERBUILDDIR/functions/commands:$PATH
# returns test result # returns test result
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment