Skip to content

Commit 1c7cb40

Browse files
committed
changed permissions to 755 and renamed bat.bat
1 parent af52fdd commit 1c7cb40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tooling/compare-builds.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ function compileAndSetToFuturePath() {
188188
echo "
189189
call vcvars64.bat
190190
cl $(cygpath -m "${COMPARE_WAPPER_SCRIPT_DIR}/src/c/WindowsUpdateVsVersionInfo.c") version.lib
191-
" > bat.bat
192-
chmod 777 bat.bat
193-
./bat.bat
191+
" > setupEnvAndCompile.bat
192+
chmod 755 setupEnvAndCompile.bat
193+
./setupEnvAndCompile.bat
194194
# copy it to any dir on path or add this dir to path
195195
mv WindowsUpdateVsVersionInfo.exe "$FUTURE_PATH_ADDITIONS"
196-
rm WindowsUpdateVsVersionInfo.obj bat.bat
196+
rm WindowsUpdateVsVersionInfo.obj setupEnvAndCompile.bat
197197
popd
198198
}
199199

0 commit comments

Comments
 (0)