Home | History | Annotate | Download | only in bin

Lines Matching refs:ORGANIZATION

39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>'
318 >Organization: ${ORGANIZATION-$ORGANIZATION_C}
533 /^>Organization:/,/^>[A-Za-z-]*:/s;$ORGANIZATION_C;;