Home
last modified time | relevance | path

Searched refs:update_branch (Results 1 – 1 of 1) sorted by relevance

/openssl/dev/
H A Drelease.sh259 update_branch="$orig_branch"
263 if [ "$update_branch" = "$release_branch" ] || [ $PATCH -ne 0 ]; then
271 release_branch="$update_branch"
276 tmp_update_branch="OSSL--$update_branch--$branch_version"
282 if [ "$current_branch" = "$update_branch" ]; then
288 if [ "$update_branch" = "$release_branch" ]; then
289 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