mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-08-09 17:18:52 +02:00
remove useless / in output_folder definition
This commit is contained in:
4
AAXtoMP3
4
AAXtoMP3
@@ -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
|
||||||
|
Reference in New Issue
Block a user