Browse Source

Update _emu

change svndir check
pull/9/head
Gorgone 6 years ago
committed by GitHub
parent
commit
09b38cbc5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      support/functions/_emu

6
support/functions/_emu

@ -2,7 +2,11 @@
enable_emu(){
clear;s3logo;
[ -d "$svndir" ] && quicksvnrestore || checkout;
if [ -d "$svndir" ];then
quicksvnrestore;
else
checkout;
fi;
pname="oscam-emu.patch";
source "$configdir/urls";
emulocal="$dldir/emu_github";

Loading…
Cancel
Save