Make PADDLE_ROOT as an environment variable

revert-31562-mean
chalsliu 4 years ago committed by GitHub
parent d8391a1983
commit 36ec9456cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,6 +51,7 @@ function init() {
NONE='\033[0m'
PADDLE_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}")/../../" && pwd )"
export PADDLE_ROOT
if [ -z "${SCRIPT_NAME}" ]; then
SCRIPT_NAME=$0
fi

Loading…
Cancel
Save