Hans Hagen
ah, thanks for looking into it, i changed the code to:
if ($UseEnginePath && ($FormatPath ne '' && ($FormatPath !~ /$EnginePath\/$/))) { $FormatPath .= $EnginePath ; unless (-d $FormatPath) { mkdir $FormatPath ; } $FormatPath .= '/' ; }
Hi, I changed my texexec.pl to read if ($UseEnginePath && ($FormatPath ne '' && ($FormatPath !~ /$EnginePath\/$/))) { $FormatPath .= $EnginePath ; unless (-d $FormatPath) { mkdir $FormatPath ; } $FormatPath .= '/'; } return $FormatPath; } and I still get the error: pm@antonio 62% texexec 041121_table.tex Not enough arguments for mkdir at /usr/people/pm/bin/texexec line 2259, near "$FormatPath ;" Execution of /usr/people/pm/bin/texexec aborted due to compilation errors. Thank-you --