From 60b4acfeec23d097c655185ea9b5cb0ecf40f8c8 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 6 Jun 2018 21:58:15 -0400 Subject: installation environment: install.bat: properly test for SYSROOT==@sysroot@. --- once/install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'once/install.bat') diff --git a/once/install.bat b/once/install.bat index 5d285f9..32aa371 100755 --- a/once/install.bat +++ b/once/install.bat @@ -1,7 +1,7 @@ @echo off if "!%SYSROOT%!"=="!!" goto sysroot_missing -if "!%SYSROOT%!"=="!@sysroot@!" goto sysroot_invalid +if "!%SYSROOT%!"=="!@SYSROOT@!" goto sysroot_invalid pushd "%~dp0" -- cgit v1.2.3