From: Ed Bartosh Date: Tue, 28 Oct 2014 13:20:02 +0000 (+0200) Subject: Make update_meta to run from the top of src tree X-Git-Tag: submit/trunk/20170904.073139~207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d9f8d94a92fe2a232096ca28a5b6a49ffe7833f;p=scm%2Fmeta%2Fobs.git 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 --- 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"