From 61555328afece271a9d378420367d51c7ef38284 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 27 Mar 2017 10:10:28 +0000 Subject: [PATCH] pgit.sh: Move dependencies from proj.mk into project.conf Signed-off-by: Jan Lindemann --- scripts/pgit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pgit.sh b/scripts/pgit.sh index 956e28b0..dc81fcda 100644 --- a/scripts/pgit.sh +++ b/scripts/pgit.sh @@ -41,7 +41,7 @@ run() config cd $pdir - set -e + #set -e for d in $pdirs; do marker $d git -C $d $cmd "$@"