diff --git a/support/functions/_emu b/support/functions/_emu index afd6b79..00caa7a 100644 --- a/support/functions/_emu +++ b/support/functions/_emu @@ -9,7 +9,7 @@ emulocal="$dldir/emu_github"; if [ -f "$emulocal/oscam-emu.patch" ];then 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 cp -rf "$emulocal/$pname" "$svndir"; fi