1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

base-files: Don't fork to call id in profile

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5076 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-19 16:30:55 +00:00
parent 9469a087a7
commit a456abafce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ if [ ! -e /etc/localtime ]; then
export TZ export TZ
fi fi
if [ "`id -u`" -eq 0 ]; then if [ "$HOME" = "/home/root" ]; then
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin: PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
fi fi
if [ "$PS1" ]; then if [ "$PS1" ]; then
@@ -1,7 +1,7 @@
DESCRIPTION = "Miscellaneous files for the base system." DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base" SECTION = "base"
PRIORITY = "required" PRIORITY = "required"
PR = "r60" PR = "r61"
LICENSE = "GPL" LICENSE = "GPL"
SRC_URI = " \ SRC_URI = " \