12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
|
|
# /etc/profile: system-wide .profile file for the Bourne shells
|
||
|
|
|
||
|
|
echo
|
||
|
|
echo -n "Processing /etc/profile... "
|
||
|
|
|
||
|
|
#export the library path
|
||
|
|
export LD_LIBRARY_PATH=/lib:/nfs/lib
|
||
|
|
|
||
|
|
|
||
|
|
echo "Done"
|
||
|
|
echo
|