4 lines
84 B
Bash
4 lines
84 B
Bash
if [ -d "$HOME/lib" ] ; then
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib
|
|
fi
|