remove useless / in output_folder definition

This commit is contained in:
fabh2o 2021-09-26 18:28:59 +02:00
parent 0bd127ad06
commit 58ecfbc72b

View File

@ -658,9 +658,9 @@ do
# If we defined a target directory, use it. Otherwise use the location of the AAX file # If we defined a target directory, use it. Otherwise use the location of the AAX file
if [ "x${targetdir}" != "x" ] ; then if [ "x${targetdir}" != "x" ] ; then
output_directory="${targetdir}/${currentDirNameScheme}/" output_directory="${targetdir}/${currentDirNameScheme}"
else else
output_directory="$(dirname "${aax_file}")/${currentDirNameScheme}/" output_directory="$(dirname "${aax_file}")/${currentDirNameScheme}"
fi fi
# Define the output_file # Define the output_file