Merge "Fix pkgs-to-install path"

This commit is contained in:
Jenkins 2015-03-05 01:23:43 +00:00 committed by Gerrit Code Review
commit 69567dadf6
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ while read line ; do
yum install -y --downloadonly $line
fi
done < ~/tmp/pkgs-to-install
done < /tmp/pkgs-to-install
rm /tmp/pkgs-to-install