projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8184ae6
)
kinect_fetch_fw: make the script less verbose when invoking 7z
author
Antonio Ospite <ospite@studenti.unina.it>
Sun, 27 Nov 2011 08:59:04 +0000
(09:59 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Sun, 27 Nov 2011 08:59:04 +0000
(09:59 +0100)
kinect_fetch_fw
patch
|
blob
|
history
diff --git
a/kinect_fetch_fw
b/kinect_fetch_fw
index
c6a254c
..
1ec79cd
100755
(executable)
--- 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)