4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
if test -x /etc/sysconfig/profile; then
|
||
|
. /etc/sysconfig/profile
|
||
|
fi
|