From 16524503463d08477c207867bbcc8fd79d7653ca Mon Sep 17 00:00:00 2001 From: Joachim Ott Date: Wed, 21 Apr 2010 14:59:03 +0200 Subject: base-files: improve profile for SHR Signed-off-by: Martin Jansa --- recipes/base-files/base-files/shr/profile | 2 +- recipes/base-files/base-files_3.0.14.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/base-files/base-files/shr/profile b/recipes/base-files/base-files/shr/profile index e39a8f1a63..202a9ae7b4 100644 --- a/recipes/base-files/base-files/shr/profile +++ b/recipes/base-files/base-files/shr/profile @@ -35,7 +35,7 @@ umask 022 alias pico=nano alias fso='cd /local/pkg/fso' alias ipkg='opkg' -export PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w $\[\033[00m\] " +export PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \\$\[\033[00m\] " if [ "$DISPLAY" = "" ] then export DISPLAY=localhost:0 diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 8f1de11c7b..7cb4061aed 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r91" +PR = "r92" LICENSE = "GPL" SRC_URI = " \ -- cgit 1.2.3-korg