Browse Source
Update _emu
fix copy paste ... im so stupid ...
pull/9/head
Gorgone
6 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/_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 |
|
|
|