8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Changed sed "discovery" switch to a compatible but more widely used switch.

This commit is contained in:
dchri 2007-02-09 08:29:55 +00:00
parent 82dabcd355
commit 7124a5c6e1

View File

@ -111,7 +111,7 @@ if not DEFINED FB_EXTERNAL_DOCS (
goto :EOF
)
sed -V | findstr version > nul
sed --version | findstr version > nul
@if %ERRORLEVEL% GEQ 1 (
call :ERROR Could not locate sed
goto :EOF