From 59cc5599c997d08bc3e78d70ed74e7931d678fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 27 Feb 2019 15:33:04 +0100 Subject: [PATCH] base-files: remove unwanted ']' in bash prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- appends/oe-core/base-files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appends/oe-core/base-files/profile b/appends/oe-core/base-files/profile index 1b544f6..ddce6c4 100644 --- a/appends/oe-core/base-files/profile +++ b/appends/oe-core/base-files/profile @@ -6,7 +6,7 @@ PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" TERM="xterm-256color" # Set the prompt for bash -PS1='\u@\h:\W]\$ ' +PS1='\u@\h:\W\$ ' # loop profile.d scriptlets if [ -d /etc/profile.d ]; then