Skip to content

Commit

Permalink
Merge pull request #10240 from rpastrana/HPCC-17996-ESDLbatupdate
Browse files Browse the repository at this point in the history
HPCC-17996 ESDL.bat should process unknown req types

Reviewed-By: David de Hilster <David.Dehilster@lexisnexisrisk.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
  • Loading branch information
richardkchapman committed Jul 13, 2017
2 parents 94e5920 + 917529b commit 47f4092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clienttools/IDEPlugins/ESDL/esdl.bat.in
Expand Up @@ -40,6 +40,7 @@ if %action%==Commit goto genecl
if %action%==Submit goto publish
if %action%==Generate goto genecl
if %action%==Custom1 goto publish
if %action%==Unknown goto publish
if %action%==Custom2 goto genecl
if %action%==Custom3 goto eof
if %action%==Custom4 goto eof
Expand Down

0 comments on commit 47f4092

Please sign in to comment.