Hans Hagen <[EMAIL PROTECTED]> writes:

[...]

> 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:

[EMAIL PROTECTED] 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
-- 

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to