summaryrefslogtreecommitdiff
path: root/tools/get-scala-commit-date.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/get-scala-commit-date.bat')
-rw-r--r--tools/get-scala-commit-date.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/get-scala-commit-date.bat b/tools/get-scala-commit-date.bat
index e169de1b04..735a80b927 100644
--- a/tools/get-scala-commit-date.bat
+++ b/tools/get-scala-commit-date.bat
@@ -1,9 +1,9 @@
@echo off
for %%X in (bash.exe) do (set FOUND=%%~$PATH:X)
if defined FOUND (
- bash "%~dp0\get-scala-commit-date"
+ bash "%~dp0\get-scala-commit-date" 2>NUL
) else (
rem echo this script does not work with cmd.exe. please, install bash
echo unknown
exit 1
-) \ No newline at end of file
+)