Browse Source
fix checkout
on parallels desktop/ubuntu (on mac)
pull/37/head
Gorgone
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|