correct wrongly used file
This commit is contained in:
parent
6e1d88d85a
commit
23b3bea686
@ -110,7 +110,7 @@ for pkg_root in release testing ; do
|
|||||||
# Delete the oldest files
|
# Delete the oldest files
|
||||||
#for cfg_sort_file in `head -n-1 ${file_sort_list}` ; do
|
#for cfg_sort_file in `head -n-1 ${file_sort_list}` ; do
|
||||||
for cfg_sort_file in `tail -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
|
if [ -z "${REV_NAME}" ];then
|
||||||
NAME="${REV_PN}"
|
NAME="${REV_PN}"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user