Skip to content
Snippets Groups Projects
Commit 514082fb authored by nkennedy's avatar nkennedy
Browse files

Add /usr/bin:/bin to front of PATH in analyze script.

ok nkennedy@ ip:peasoup


Former-commit-id: ab432d1f9e1e607054d7ab71b6c995f913de663c
parent d2fe38fa
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ previous_dir=`pwd`
#DAH
cd /home/tm/peasoup
source ./set_env_vars
export PATH=/usr/bin:/bin:$PATH
cd $previous_dir
env > analysis_after.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment