From a502b96326fa30b8c7db9bb3884b88dedbe11ca4 Mon Sep 17 00:00:00 2001 From: Thomas Runyon Date: Fri, 22 Feb 2019 21:01:54 -0500 Subject: [PATCH] changed cleanup function name to not overwrite actualy cleanup() function --- build/root/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index 72dcae6f958..b464e756381 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -291,7 +291,6 @@ test-cmd: @echo "$$TEST_CMD_HELP_INFO" else test-cmd: generated_files - source hack/lib/init.sh hack/make-rules/test-cmd.sh endif