From 7d9f8d94a92fe2a232096ca28a5b6a49ffe7833f Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 28 Oct 2014 15:20:02 +0200 Subject: [PATCH] Make update_meta to run from the top of src tree As update_meta was moved to the top of src tree it's handy to run it like this: ./update_meta.sh Change-Id: If93f3f975290ccd19a00060c7b6a18f94c747ce3 Signed-off-by: Ed Bartosh --- update_meta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_meta.sh b/update_meta.sh index 84d1a59..cb5956e 100755 --- a/update_meta.sh +++ b/update_meta.sh @@ -53,7 +53,7 @@ function check_package() { echo $msg } -cd $(dirname $0) +cd $PRJ # fetch project config echo "Fetching project config for $PRJ" -- 2.7.4