From d99865607d3410033e5ed07f88c42f05a32a9a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 17 Jan 2018 17:29:37 +0100 Subject: [PATCH] base-files: export PROMPT_COMMAND properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-core/base-files/base-files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/base-files/base-files/profile b/recipes-core/base-files/base-files/profile index cfd8393..d9fb0b6 100644 --- a/recipes-core/base-files/base-files/profile +++ b/recipes-core/base-files/base-files/profile @@ -29,6 +29,6 @@ if command -v resize >/dev/null && command -v tty >/dev/null; then esac fi -export PATH PS1 OPIEDIR QPEDIR QTDIR EDITOR TERM +export PATH PS1 OPIEDIR QPEDIR QTDIR EDITOR TERM PROMPT_COMMAND umask 022