summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2014-08-22 10:31:40 +0200
committerTakashi Iwai <tiwai@suse.de>2014-08-22 11:08:28 +0200
commit4f569affc420579a1a6e44cf51d7a1e64d6cd8d3 (patch)
tree7cf5b3edf1d61e8fb434e618066c415cd519cc9a
parent5e5fe9e573efe211dcc3ca9a5bb520bcf00f7950 (diff)
alsa-info: Make sure all full script is run even with "output" option
For some reason, when the --output option is used, less information is included compared to when no options are used. This is unexpected. Fix this by running "withall" also when the output option is used. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rwxr-xr-xalsa-info/alsa-info.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/alsa-info/alsa-info.sh b/alsa-info/alsa-info.sh
index 859d7bc..47157f0 100755
--- a/alsa-info/alsa-info.sh
+++ b/alsa-info/alsa-info.sh
@@ -661,6 +661,7 @@ if [ -n "$1" ]; then
shift
NFILE="$1"
KEEP_OUTPUT="yes"
+ withall
;;
--debug)
echo "Debugging enabled. $FILE and $TEMPDIR will not be deleted"