You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ "$REMOTE"="" ] && REMOTE=`git remote -v | awk '/github.openssl.org:(openssl|omc|otc).*(push)/{ print $1; }'| head -n 1`# usually this will be 'upstream'
147
+
[ "$REMOTE"="" ] && REMOTE=`git remote -v | awk /$REMOTESRVR':(openssl|omc|otc).*(push)/{ print $1; }'| head -n 1`# usually this will be 'upstream'
147
148
if [ "$REMOTE"="" ] ;then
148
-
echo Cannot find git remote with URL including 'github.openssl.org'
149
+
echo Cannot find git remote with URL including "$REMOTESRVR"
0 commit comments