From: Jan-Simon Möller Date: Sat, 5 Dec 2015 12:12:23 +0000 (+0100) Subject: Bugfix for envsetup.sh script. X-Git-Tag: albacore_1.0~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=6df1067fd87f68e67dad5cf5bd85acfea4a17abb;hp=6df1067fd87f68e67dad5cf5bd85acfea4a17abb;p=AGL%2Fmeta-agl.git Bugfix for envsetup.sh script. A sourced script cannot use exit as it will terminate the shell session. "return -1" is not supported due to the negative value. Use "return 1" instead. Change-Id: I7452b7939c5c843eaf76b6600e5eb55c06d17668 Signed-off-by: Jan-Simon Möller ---