wok diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 17906

syslinux: s/Dutch/Nederlands/ (thanks kubepc)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 05 11:03:04 2015 +0200 (2015-04-05)
parents 6a2e6eb35735
children 8da7eef6c6d7
line diff
     1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Sat Mar 21 11:15:53 2015 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Sun Apr 05 11:03:04 2015 +0200
     1.3 @@ -266,7 +266,7 @@
     1.4  	esac
     1.5  	case "$(get 0 $1)" in
     1.6  	23117)	echo "The file $1 is already an EXE file." 1>&2 && exit 1;;
     1.7 -	0)	$0 --get isohdpfx.bin | ddq bs=512 count=1 of=$1 conv=notrunc
     1.8 +	0)	[ -x /usr/bin/isohybrid ] && isohybrid $1;;
     1.9  	esac
    1.10  		
    1.11  	echo "Read hybrid & tazlito data..."