Browse Source

Update _emu

fix copy paste ... im so stupid ...
pull/9/head
Gorgone 6 years ago
committed by GitHub
parent
commit
318256f6bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/functions/_emu

2
support/functions/_emu

@ -9,7 +9,7 @@ emulocal="$dldir/emu_github";
if [ -f "$emulocal/oscam-emu.patch" ];then if [ -f "$emulocal/oscam-emu.patch" ];then
echo -en "$w_l Emu Revision : $y_l"; echo -en "$w_l Emu Revision : $y_l";
grep '\+#define EMU_VERSION' "$emulocal/+#define EMU_VERSION" |cut -d " " -f 3; grep '\+#define EMU_VERSION' "$emulocal/oscam-emu.patch" |cut -d " " -f 3;
if [ -f "$emulocal/$pname" ];then if [ -f "$emulocal/$pname" ];then
cp -rf "$emulocal/$pname" "$svndir"; cp -rf "$emulocal/$pname" "$svndir";
fi fi

Loading…
Cancel
Save