From 70e7e027e24647685712dd14b671b56771910adb Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sat, 3 Feb 2018 10:24:39 -0500 Subject: [PATCH] don't change the shell prompt --- setup-build-env | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup-build-env b/setup-build-env index af35230..c3a1e6f 100644 --- a/setup-build-env +++ b/setup-build-env @@ -13,8 +13,6 @@ if [ -z "$ZSH_NAME" ] && [ "$0" = "$THIS_SCRIPT" ]; then exit 1 fi -PS1="[(build) \W]$ " - TEMPLATECONF=../meta-citadel-distro/conf . poky/oe-init-build-env