correct sorting via -V
This commit is contained in:
parent
1fae471784
commit
eb681b96c4
@ -75,7 +75,7 @@ go_show()
|
||||
echo ${pkg_version}-$REV_CREATOR_TAG$REV_RELEASE >> ${file_list_release}
|
||||
done
|
||||
done
|
||||
sort -n ${file_list_release} | uniq > ${file_list_final}
|
||||
sort -V ${file_list_release} | uniq > ${file_list_final}
|
||||
for release_file_list in `cat ${file_list_final}` ; do
|
||||
. ${show_dir}/${show_name}-${release_file_list}.cfg
|
||||
echo $REV_PN-$REV_VERSION-$REV_CREATOR_TAG$REV_RELEASE >> $show_list
|
||||
|
Loading…
Reference in New Issue
Block a user