- Timestamp:
 - Apr 25, 2008, 5:27:30 AM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/env.cmd (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/env.cmd
r3304 r3624 228 228 call EnvSet 1, 'BISON_HAIRY', '' 229 229 call EnvSet 1, 'BISON_SIMPLE', '' 230 call EnvSet 1, 'EMXSHELL', '' /* messes up stuff */ 230 call EnvSet 1, 'EMXSHELL', '' /* messes up stuff */ 231 if (EnvGet('LIBC_HOOK_DLLS') <> '') then 232 do 233 say 'warning: removing LIBC_HOOK_DLLS="'||EnvGet('LIBC_HOOK_DLLS')||'" because it usually crashes on fork (perl bootstrap crash).' 234 call EnvSet 1, 'LIBC_HOOK_DLLS', '' 235 end 231 236 232 237 /*  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  