Loading tools/max-dev.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash DIRECTORY=$(cd "$(dirname "$0")" && pwd) MAX_PLUGINS_DIR=${DIRECTORY}/../plugins dependency_test(){ result=$(command -v "$1") if [[ -z $result ]] Loading Loading
tools/max-dev.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash DIRECTORY=$(cd "$(dirname "$0")" && pwd) MAX_PLUGINS_DIR=${DIRECTORY}/../plugins dependency_test(){ result=$(command -v "$1") if [[ -z $result ]] Loading