On Tuesday 16 Dec 2003 4:01 am, Philippe Marseille wrote: > Hi all, > > I've been looking for a DVD iso of the Core 1 release... > > I've found a script that is suppose to take the iso images and create a new > DVD iso file... but that cause me 2 problems... > The script --->ftp://people.redhat.com/ckloiber/mkdvdiso.sh > 1-I don't have linux installed.... the script is a bash script... > 2-I did a quick install of Mandrake 8.2 on my laptop... to found out that > the script is NOT working.... > > The output is : > -------------------------------output----------------------- > > : command not found > : command not found > : command not found > : command not found > : command not found > : command not found > : command not found > : command not found > > '/mkdvdiso.sh: line 25: syntax error near unexpected token '{ > '/mkdvdiso.sh: line 25: 'cleanup() { > ------------------end---------------------------- > I have seen something similar in the past. its because the script has Windoze EOLs (CR/LF) instead of Unix style. Just remove those erronous characters and it should then be interpreted okay. -- Alan D