From fe108303841eb241c0eb9142aefe57e3de698dbd Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 21 Jan 2021 08:39:48 -0500 Subject: hiby_patcher: Tweak the fix needed to work around v1.31 AGPtek Rockers. Change-Id: I6b8d175e0f6018281aedfa774488daecea1bc816 --- tools/hiby_patcher.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/hiby_patcher.pl b/tools/hiby_patcher.pl index cff029e03b..8d91cd5eb1 100755 --- a/tools/hiby_patcher.pl +++ b/tools/hiby_patcher.pl @@ -299,7 +299,7 @@ if ($hiby) { open UPDATEO, ">$versionname.new" || die ("Can't open version.txt!"); while () { - s/ver=1\.0\.0\.0/ver=2018-10-07T00:00:00+08:00/; + s/ver=1\.0\.0\.0/ver=ver=2018-10-07T00:00:00+08:00/; print UPDATEO; } -- cgit v1.2.3