Project

General

Profile

« Previous | Next » 

Revision 77308bce

Added by Renato Botelho almost 10 years ago

Fix reverse check

View differences:

tools/builder_defaults.sh
62 62
	exit 1
63 63
fi
64 64

  
65
if [ -d "${BUILDER_ROOT}" ]; then
65
if [ ! -d "${BUILDER_ROOT}" ]; then
66 66
	echo ">>> ERROR: BUILDER_ROOT is invalid"
67 67
	exit 1
68 68
fi
69 69

  
70 70
export BUILDER_TOOLS=${BUILDER_TOOLS:-"${BUILDER_ROOT}/tools"}
71 71

  
72
if [ -d "${BUILDER_TOOLS}" ]; then
72
if [ ! -d "${BUILDER_TOOLS}" ]; then
73 73
	echo ">>> ERROR: BUILDER_TOOLS is invalid"
74 74
	exit 1
75 75
fi

Also available in: Unified diff