From 318256f6bde38aabe47f6e7caa74d12f10fe17e2 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Wed, 10 Apr 2019 09:11:26 +0200 Subject: [PATCH] Update _emu fix copy paste ... im so stupid ... --- support/functions/_emu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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