correct wrongly used file

This commit is contained in:
Mario Fetka 2014-11-16 05:27:04 +01:00
parent 6e1d88d85a
commit 23b3bea686
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ for pkg_root in release testing ; do
# Delete the oldest files
#for cfg_sort_file in `head -n-1 ${file_sort_list}` ; do
for cfg_sort_file in `tail -n 1 ${file_sort_list}` ; do
. ${cfg_file}
. ${cfg_sort_file}
if [ -z "${REV_NAME}" ];then
NAME="${REV_PN}"
else