From: David Henningsson Date: Fri, 22 Aug 2014 08:31:40 +0000 (+0200) Subject: alsa-info: Make sure all full script is run even with "output" option X-Git-Tag: v1.0.29~16 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4f569affc420579a1a6e44cf51d7a1e64d6cd8d3;p=alsa-utils.git 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 Signed-off-by: Takashi Iwai --- 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"