mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-03 20:40:43 +01: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 [ "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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user