From 79cd6795ed416b981920d7e44307d69b3aadd046 Mon Sep 17 00:00:00 2001
From: Mario Fetka <mario.fetka@gmail.com>
Date: Mon, 4 Mar 2013 08:25:01 +0100
Subject: [PATCH] disable boxes test for now

---
 bin/opsi-administration.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/opsi-administration.sh b/bin/opsi-administration.sh
index 1351ad1..6faa748 100755
--- a/bin/opsi-administration.sh
+++ b/bin/opsi-administration.sh
@@ -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 "$@"
+