From 32b57484110cd087874c66c83fcce753c4be9bf8 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Tue, 27 Nov 2018 16:38:09 -0600 Subject: [PATCH] ugh, forgot to still allow just "refine" to start on Windows --- refine.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refine.bat b/refine.bat index 03c93b72b..9b5f3282e 100644 --- a/refine.bat +++ b/refine.bat @@ -45,7 +45,7 @@ echo. echo "and is one of echo. echo build ..................... Build OpenRefine -echo run ....................... Run OpenRefine +echo run ....................... Run OpenRefine (using only "refine" or "./refine" will also start OpenRefine) echo. echo test ...................... Run all the tests echo server_test ............... Run the server tests @@ -193,6 +193,7 @@ if ""%ACTION%"" == ""test"" goto doMvn if ""%ACTION%"" == ""clean"" goto doMvn if ""%ACTION%"" == ""distclean"" goto doMvn if ""%ACTION%"" == ""run"" goto doRun +if ""%ACTION%"" == """" goto doRun %@EndTry% :@Catch echo Unknown Refine command called "%1", type "refine /?" for proper usage.