9
0
Fork 0

defaultenv-2: fix base/init/ps1: don't reload /env/config

Remove the load of /env/config because is already done by /bin/init,
so it doesn't overwrite any changes done by previous /init/* scripts that
are loaded by /bin/init.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Fabio Porcedda 2013-02-21 10:33:04 +01:00 committed by Sascha Hauer
parent 1208df19ca
commit 527835a784
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh
/env/config
if [ ${global.allow_color} = "true" ]; then
export PS1="\e[1;32mbarebox@\e[1;36m\h:\w\e[0m "
else