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:
parent
82dabcd355
commit
7124a5c6e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user