mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	issu590: fixed typo in change that was missing continuing \
This commit is contained in:
		
							parent
							
								
									8e9fba398d
								
							
						
					
					
						commit
						a6217167b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -1237,7 +1237,7 @@ function vm_boot() { | ||||||
|       sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;; |       sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;; | ||||||
|     esac |     esac | ||||||
|     echo "${QEMU}" "${SHELL_ARGS}" >> "${VMDIR}/${VMNAME}.sh" |     echo "${QEMU}" "${SHELL_ARGS}" >> "${VMDIR}/${VMNAME}.sh" | ||||||
|     sed -i -e 's/ -/\n    -/g' ${VMDIR}/${VMNAME}.sh |     sed -i -e 's/ -/ \\\n    -/g' "${VMDIR}/${VMNAME}.sh" | ||||||
|     ${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" & |     ${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" & | ||||||
|     sleep 0.25 |     sleep 0.25 | ||||||
|   fi |   fi | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue