From b46e0f96e39d6de49bcf497f18dbb5ad8fb13815 Mon Sep 17 00:00:00 2001 From: mateor Date: Thu, 20 Jun 2013 14:29:11 -0500 Subject: [PATCH] Fix consequence of moving source .config higher Was emitting an error, but I believe a harmless one. Hope so. --- auto_patcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_patcher b/auto_patcher index 6973a5c..7f62a1b 100755 --- a/auto_patcher +++ b/auto_patcher @@ -140,7 +140,7 @@ # [ -s FILE ] # [[ -n STRING ]] or [[ -z STRING ]] -VERSION="v2.9.865" +VERSION="v2.9.8655" # PATCHES_VERSION needs to be incremented every time ANY changes occur to patches. PATCHES_VERSION="20130620" CURRENT_ANDROID="4.2.2" @@ -162,7 +162,7 @@ LANG=C # Config file: For now hosting AUTO_UPDATE and PRODUCTION(currently unused). Not under version control. if [ ! -f .config ]; then - cp -av patch_tools/ap_scripts/config_template .config >> "$LOG" + cp -a ap_scripts/config_template .config fi source .config -- 2.11.4.GIT