Files
mlpack/fastlib/branches/fastlib-old/script/fl-env
T
Ryan Curtin f6864dd435 Move fastlib-old (originally 'fastlib') to fastlib/branches/fastlib-old where it
will sit until the end of time and nobody will touch it because it's old
2010-01-31 22:31:55 +00:00

1 line
118 B
Plaintext
Executable File

FL_ORIGINAL_DIR=`pwd`;cd -P "$1";export FASTLIBPATH=`pwd`;export PATH="$PATH:$FASTLIBPATH/script";cd $FL_ORIGINAL_DIR;