From 514082fbe0983218dbfc4c14a265621b8d828f52 Mon Sep 17 00:00:00 2001 From: nkennedy <nkennedy@git.zephyr-software.com> Date: Thu, 1 Aug 2013 16:00:27 +0000 Subject: [PATCH] Add /usr/bin:/bin to front of PATH in analyze script. ok nkennedy@ ip:peasoup Former-commit-id: ab432d1f9e1e607054d7ab71b6c995f913de663c --- tools/ps_tne_scripts_p2/analyze | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ps_tne_scripts_p2/analyze b/tools/ps_tne_scripts_p2/analyze index b337b9aa7..7cbe2a52d 100755 --- a/tools/ps_tne_scripts_p2/analyze +++ b/tools/ps_tne_scripts_p2/analyze @@ -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 -- GitLab