disable boxes test for now

This commit is contained in:
Mario Fetka 2013-03-04 08:25:01 +01:00
parent ef61de4e19
commit 79cd6795ed
1 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,7 @@ DEFINE_boolean 'delete' true 'delete old versions of the package' 'd'
FLAGS_HELP="USAGE: ${ARGV0} [flags]"
if [ `which 7z` ] || exit
#if [ `which 7z` ] || exit
show()
{
@ -72,7 +72,7 @@ show()
. ${show_dir}/${show_name}-${release_file_list}.cfg
echo $REV_PN-$REV_VERSION-$REV_CREATOR_TAG$REV_RELEASE >> $show_list
done
boxes -d shell $show_list
boxes -d shell $show_list
rm -f ${show_list}
rm -f ${file_list}
@ -137,3 +137,4 @@ FLAGS "$@" || exit $?
[ ${FLAGS_help} -eq ${FALSE} ] || exit
eval set -- "${FLAGS_ARGV}"
main "$@"