Lines Matching refs:RELEASE
42 RELEASE=""
48 if [ -n "$RELEASE" ]; then
52 RELEASE="${1#-r}"
53 if [ -z "$RELEASE" ]; then
55 RELEASE="$1"
56 if [ -z "$RELEASE" ]; then
57 echo "No release specified with -r" >&2
85 if [ -n "$RELEASE" ] && [ -z "$SUBDIR" ]; then
86 echo "Release specified without subdirectory" >&2
106 if [ -z "$RELEASE" ]; then
107 RELEASE=trunk
115 if [ "$RELEASE" = "trunk" ]; then
116 svn -q export $SVNROOT/$RELEASE gcc
118 svn -q export $SVNROOT/tags/$RELEASE gcc
262 if [ "$RELEASE" = "trunk" ]; then