mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Fix parsing RAM amount on non-English systems. (#9)
Export LC_ALL=C to force free and friends back to English.
This commit is contained in:
		
							parent
							
								
									4b13f3667c
								
							
						
					
					
						commit
						cfb21db57b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -1,4 +1,5 @@ | ||||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||||
|  | export LC_ALL=C | ||||||
| 
 | 
 | ||||||
| function disk_delete() { | function disk_delete() { | ||||||
|   if [ -e "${disk_img}" ]; then |   if [ -e "${disk_img}" ]; then | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue