12 lines
190 B
Bash
Executable File
12 lines
190 B
Bash
Executable File
# /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
|