From c8bf46225b0ea92864c732ffa5699bedcbc50c73 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sun, 27 Nov 2011 09:59:04 +0100
Subject: [PATCH 1/1] kinect_fetch_fw: make the script less verbose when
 invoking 7z

---
 kinect_fetch_fw | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kinect_fetch_fw b/kinect_fetch_fw
index c6a254c..1ec79cd 100755
--- a/kinect_fetch_fw
+++ b/kinect_fetch_fw
@@ -40,7 +40,9 @@ then
   exit 1
 fi
 
-7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*"
+echo -n "Extracting the UAC firmware..."
+7z e -y -r "$ARCHIVE_NAME" "UACFirmware.*" > /dev/null
+echo " done."
 
 FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)
 
-- 
2.1.4