Browse Source

Update firstpush

vanilla_fb_2.0.x
Scott Lahteine 5 years ago
parent
commit
07252ad0b3
  1. 4
      buildroot/share/git/firstpush

4
buildroot/share/git/firstpush

@ -16,9 +16,7 @@ BRANCH=${INFO[5]}
git push --set-upstream origin HEAD:$BRANCH git push --set-upstream origin HEAD:$BRANCH
which xdg-open >/dev/null && TOOL=xdg-open OPEN=$(echo $(which gnome-open xdg-open open) | awk '{ print $1 }')
which gnome-open >/dev/null && TOOL=gnome-open
which open >/dev/null && TOOL=open
URL="https://github.com/$FORK/$REPO/commits/$BRANCH" URL="https://github.com/$FORK/$REPO/commits/$BRANCH"
if [ -z "$OPEN" ]; then if [ -z "$OPEN" ]; then

Loading…
Cancel
Save