From 58ecfbc72b4dc1df753ec1233e4f006e2fb418a5 Mon Sep 17 00:00:00 2001 From: fabh2o Date: Sun, 26 Sep 2021 18:28:59 +0200 Subject: [PATCH] remove useless / in output_folder definition --- AAXtoMP3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index a77242a..be49717 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -658,9 +658,9 @@ do # If we defined a target directory, use it. Otherwise use the location of the AAX file if [ "x${targetdir}" != "x" ] ; then - output_directory="${targetdir}/${currentDirNameScheme}/" + output_directory="${targetdir}/${currentDirNameScheme}" else - output_directory="$(dirname "${aax_file}")/${currentDirNameScheme}/" + output_directory="$(dirname "${aax_file}")/${currentDirNameScheme}" fi # Define the output_file