Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
fix dos file warning that breaks krun with new cygwin dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Aug 6, 2014
1 parent 742b6c5 commit 1de46ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/krun.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@ECHO off
set PATH=%PATH%;%~dp0..\lib\native\cygwin;%~dp0..\lib\native\cygwin\x64
set CYGWIN=nodosfilewarning
SETLOCAL ENABLEEXTENSIONS
IF ERRORLEVEL 1 ECHO Unable to enable extensions
IF NOT DEFINED K_OPTS SET K_OPTS=-Xms64m -Xmx1024m -Xss32m
Expand Down

0 comments on commit 1de46ed

Please sign in to comment.