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()
{
@ -137,3 +137,4 @@ FLAGS "$@" || exit $?
[ ${FLAGS_help} -eq ${FALSE} ] || exit
eval set -- "${FLAGS_ARGV}"
main "$@"