Subversion Repositories DevTools

Rev

Rev 229 | Rev 235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 231
Line 3316... Line 3316...
3316
            $_ =~ s~/~\\~g;
3316
            $_ =~ s~/~\\~g;
3317
            $fh->Write ( "PATH=$_;\%PATH\%\n" );
3317
            $fh->Write ( "PATH=$_;\%PATH\%\n" );
3318
        }
3318
        }
3319
        $fh->Write ( "\n%*\n" );
3319
        $fh->Write ( "\n%*\n" );
3320
        $fh->Write ( "\nENDLOCAL\n");
3320
        $fh->Write ( "\nENDLOCAL\n");
3321
        $fh->Write ( "EXIT %ERRORLEVEL%\n");
3321
        $fh->Write ( "EXIT /B %ERRORLEVEL%\n");
3322
        $fh->Close();
3322
        $fh->Close();
3323
 
3323
 
3324
        #
3324
        #
3325
        #   Create a .sh file for WIN32
3325
        #   Create a .sh file for WIN32
3326
        #   This may be consumed by a shell - as used within JATS
3326
        #   This may be consumed by a shell - as used within JATS