From bb3da5744e145d787b1b31cf4f248ac6b176e786 Mon Sep 17 00:00:00 2001 From: Jesus Climent Date: Mon, 3 Oct 2005 15:20:23 +0000 Subject: [PATCH] Added a check for the KEEPWAVS variable before announcing we are cancelling it --- abcde | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/abcde b/abcde index 539c95c..c06981f 100755 --- a/abcde +++ b/abcde @@ -2720,7 +2720,9 @@ do [ "$MPPENCODERSYNTAX" = "default" ] && MPPENCODERSYNTAX=mppenc ;; wav) - vecho "Unsetting the KEEPWAVS option, since the resulting wav files were requested..." + if [ "$KEEPWAVS" = "y" ]; then + vecho "Unsetting the KEEPWAVS option, since the resulting wav files were requested..." + fi KEEPWAVS=move ;; *) echo "abcde error: Invalid OUTPUTTYPE defined" >&2 -- 2.11.0