slitaz-tools diff tinyutils/burnbox @ rev 499

burnbox: allow spaces in iso image
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 27 18:54:52 2010 +0200 (2010-09-27)
parents 764a5707fd96
children 6e8c38a0aee3
line diff
     1.1 --- a/tinyutils/burnbox	Tue Mar 30 09:35:11 2010 +0000
     1.2 +++ b/tinyutils/burnbox	Mon Sep 27 18:54:52 2010 +0200
     1.3 @@ -205,7 +205,7 @@
     1.4  burn_iso()
     1.5  {
     1.6  	xterm -geometry 80x16 -title "Wodim" \
     1.7 -		-e "wodim -v speed=$SPEED dev=$DEVICE $OPTIONS $ISO_IMAGE; sleep 4			
     1.8 +		-e "wodim -v speed=$SPEED dev=$DEVICE $OPTIONS '$ISO_IMAGE'; sleep 4			
     1.9  		"
    1.10  }
    1.11  # =====AUDIO=====