Searched refs:update_branch (Results 1 – 1 of 1) sorted by relevance
259 update_branch="$orig_branch"263 if [ "$update_branch" = "$release_branch" ] || [ $PATCH -ne 0 ]; then271 release_branch="$update_branch"276 tmp_update_branch="OSSL--$update_branch--$branch_version"282 if [ "$current_branch" = "$update_branch" ]; then288 if [ "$update_branch" = "$release_branch" ]; then289 echo >&2 "other than '$update_branch'."291 echo >&2 "other than '$update_branch' or '$release_branch'."293 echo >&2 "Please 'cd \"$(pwd)\"; git checkout $update_branch'"
Completed in 5 milliseconds