I need to export a variable to point to the current working directory of the script.I know that i can use pwd
to print the current working directory.But how can i export it ?
export DYLD_FALLBACK_LIBRARY_PATH="the script working path"
I need to export a variable to point to the current working directory of the script.I know that i can use pwd
to print the current working directory.But how can i export it ?
export DYLD_FALLBACK_LIBRARY_PATH="the script working path"