mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Typofix
This commit is contained in:
parent
0fe82ae087
commit
8f2575a17d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ echo>%config_make% # CONFIGURE
|
|||
set opt=%1
|
||||
if "%1" == "" goto :end
|
||||
if "%1" == "--debug-configure" (echo on & shift & goto :loop)
|
||||
if "%1" == "--no-debug-condigure" (echo off & shift & goto :loop)
|
||||
if "%1" == "--no-debug-configure" (echo off & shift & goto :loop)
|
||||
if "%1" == "--prefix" goto :prefix
|
||||
if "%1" == "--srcdir" goto :srcdir
|
||||
if "%1" == "srcdir" goto :srcdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue