Optimize socketclient adapter and add various code improvements
[govpp.git] / Makefile
index 4297746..e5bd0bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ gen-binapi-docker: install-generator ## Generate binapi code (using Docker)
                -v "$(shell pwd):/govpp" -w /govpp \
                -u "$(shell id -u):$(shell id -g)" \
                "${VPP_IMG}" \
-         sh -xc "cd $(BINAPI_DIR) && $(cmds)"
+         sh -exc "cd $(BINAPI_DIR) && $(cmds)"
 
 extras:
        @make -C extras