Lines Matching refs:RELEASE
56 RELEASE=""
62 if [ -n "$RELEASE" ]; then
66 RELEASE="${1#-r}"
67 if [ -z "$RELEASE" ]; then
69 RELEASE="$1"
70 if [ -z "$RELEASE" ]; then
71 echo "No release specified with -r" >&2
99 if [ -n "$RELEASE" ] && [ -z "$SUBDIR" ]; then
100 echo "Release specified without subdirectory" >&2
120 if [ -z "$RELEASE" ]; then
121 RELEASE=master
129 if [ "$RELEASE" = "master" ]; then
132 git clone -q -b releases/gcc-$RELEASE $GITROOT gcc
272 if [ "$RELEASE" = "master" ]; then