summaryrefslogtreecommitdiff
path: root/alsa-info
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2021-12-03 14:52:52 +0100
committerJaroslav Kysela <perex@perex.cz>2021-12-03 14:52:52 +0100
commitc6a9e53ca064074273f5c9ef73213fd3ec0c8e0e (patch)
tree407886ad10bc14afa4ee32abd5a436206abfaa13 /alsa-info
parent257f3063fa623e1bb17097637ff1e447dd0f4ca0 (diff)
downloadalsa-utils-c6a9e53ca064074273f5c9ef73213fd3ec0c8e0e.tar.gz
alsa-info.sh: Fix alsa-usbstream.tmp test
Fixes: https://github.com/alsa-project/alsa-utils/issues/115 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'alsa-info')
-rwxr-xr-xalsa-info/alsa-info.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/alsa-info/alsa-info.sh b/alsa-info/alsa-info.sh
index 01a910a..251472a 100755
--- a/alsa-info/alsa-info.sh
+++ b/alsa-info/alsa-info.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-SCRIPT_VERSION=0.5.0
+SCRIPT_VERSION=0.5.1
CHANGELOG="https://www.alsa-project.org/alsa-info.sh.changelog"
#################################################################################
@@ -698,7 +698,7 @@ if [ -s "$TEMPDIR/lsusb.tmp" ]; then
echo "" >> $FILE
fi
-if [ -s "$TEMPDIR/lsusb.tmp" ]; then
+if [ -s "$TEMPDIR/alsa-usbstream.tmp" ]; then
echo "!!USB Stream information" >> $FILE
echo "!!----------------------" >> $FILE
echo "--startcollapse--" >> $FILE