From b8ed5d3c6fa50d48bda84dd5c3c05f1395c1f638 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 18 Nov 2014 17:47:15 +0100 Subject: remove some redundant backslashes %QTSRC% always contains a trailing backslash. Change-Id: I96772c18f45655f8dbe386f9351d0823fa70f1d0 Reviewed-by: Joerg Bornemann --- configure.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.bat') diff --git a/configure.bat b/configure.bat index 4771bbda1a..ae42248f12 100644 --- a/configure.bat +++ b/configure.bat @@ -34,7 +34,7 @@ @echo off set QTSRC=%~dp0 set QTDIR=%CD% -if not exist %QTSRC%\.gitignore goto sconf +if not exist %QTSRC%.gitignore goto sconf echo Please wait while bootstrapping configure ... for %%C in (cl.exe icl.exe g++.exe perl.exe) do set %%C=%%~$PATH:C @@ -59,7 +59,7 @@ if errorlevel 1 goto exit echo #### Generated by configure.bat - DO NOT EDIT! ####> Makefile echo/>> Makefile -for /f "tokens=3 usebackq" %%V in (`findstr QT_VERSION_STR %QTSRC%\src\corelib\global\qglobal.h`) do @echo QTVERSION = %%~V>> Makefile +for /f "tokens=3 usebackq" %%V in (`findstr QT_VERSION_STR %QTSRC%src\corelib\global\qglobal.h`) do @echo QTVERSION = %%~V>> Makefile if not "%cl.exe%" == "" ( echo CXX = cl>>Makefile echo EXTRA_CXXFLAGS =>>Makefile @@ -99,5 +99,5 @@ configure.exe -srcdir %QTSRC% %* goto exit :sconf -%QTSRC%\configure.exe %* +%QTSRC%configure.exe %* :exit -- cgit v1.2.3