From: LuK1337 Date: Sat, 11 Feb 2017 17:59:34 +0000 (+0100) Subject: Use $PWD for ROOT variable X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8ee6acd11a22e9643228728babad8f48e79c561b;p=GitHub%2FStricted%2Fandroid_vendor_extra.git Use $PWD for ROOT variable Change-Id: I2d2eb30ca657f51bc772f14f56e3eb5ba85ccd11 --- diff --git a/patch.sh b/patch.sh index f3c18ac..05f455d 100755 --- a/patch.sh +++ b/patch.sh @@ -1,4 +1,4 @@ -ROOT='/home/luk/android/lineage-14.1' +ROOT="${PWD}" REPOSITORIES=( 'packages/apps/ContactsCommon' 'packages/apps/Contacts'