summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_compile/bison.bat
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-08-17 12:09:59 -0400
committerOz Linden <oz@lindenlab.com>2011-08-17 12:09:59 -0400
commitf368c858cdf005ea37d467c2737c3cf88568f1a6 (patch)
tree466b3565e56a5583d1a1bf07e806e4bd21a20e35 /indra/lscript/lscript_compile/bison.bat
parentb2ef0f99882db73680cc5dfb9570255414f7ba6d (diff)
correct line endings
Diffstat (limited to 'indra/lscript/lscript_compile/bison.bat')
-rw-r--r--indra/lscript/lscript_compile/bison.bat22
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/lscript/lscript_compile/bison.bat b/indra/lscript/lscript_compile/bison.bat
index 54cf0231d9..0baff4e5ef 100644
--- a/indra/lscript/lscript_compile/bison.bat
+++ b/indra/lscript/lscript_compile/bison.bat
@@ -1,11 +1,11 @@
-@REM Run bison under Windows. This script is needed so that bison can
-@REM find m4, even if neither program is present in PATH.
-
-@set bison=%1
-set M4PATH=%2
-set M4=
-@set output=%3
-@set input=%4
-
-set PATH=%M4PATH%;%PATH%
-%bison% -d -o %output% %input%
+@REM Run bison under Windows. This script is needed so that bison can
+@REM find m4, even if neither program is present in PATH.
+
+@set bison=%1
+set M4PATH=%2
+set M4=
+@set output=%3
+@set input=%4
+
+set PATH=%M4PATH%;%PATH%
+%bison% -d -o %output% %input%