mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
remove useless / in output_folder definition
This commit is contained in:
parent
0bd127ad06
commit
58ecfbc72b
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
|
||||||
|
Loading…
Reference in New Issue
Block a user