Browse Source

fix checkout

on parallels desktop/ubuntu (on mac)
pull/37/head
Gorgone 5 years ago
committed by GitHub
parent
commit
3eb36dfeef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_update

2
support/functions/_update

@ -43,7 +43,7 @@ update_emu(){
fi fi
online_revision=$(gitrevision $emuurl) online_revision=$(gitrevision $emuurl)
if [ ! $local_revision == $online_revision ] if [ ! "$local_revision" == "$online_revision" ]
then then
printf " update emu_git to\n Local Revision: $online_revision\n" printf " update emu_git to\n Local Revision: $online_revision\n"
svn -q checkout "$emuurl" "$emulocal" svn -q checkout "$emuurl" "$emulocal"

Loading…
Cancel
Save