MAPREDUCE-3281. Fixed one more bug due to which TestLinuxContainerExecutorWithMocks was failing. (vinodkv)

svn merge -c r1190007 --ignore-ancestry ../../trunk/


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2011-10-27 20:40:06 +00:00
parent 36f5e59b1f
commit ecab39be64
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ do
done > params.txt done > params.txt
if [[ "$2" == "1" ]]; if [[ "$2" == "1" ]];
then then
cd $6; cd $5;
exec $7; exec $6;
fi; fi;