From 1f6af6a8e4fba55008d47a075dd4bd9a31bf8f4e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 9 Jul 2015 14:58:50 +0930 Subject: [PATCH] tools/create-ccan-tree: clean up modfiles binary after use. Signed-off-by: Rusty Russell --- tools/create-ccan-tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/create-ccan-tree b/tools/create-ccan-tree index d8899d95..c0393340 100755 --- a/tools/create-ccan-tree +++ b/tools/create-ccan-tree @@ -142,7 +142,7 @@ done # we're done with the dependency-tracking, remove the tool from our # temporary directory -rm "$ccan_depends" +rm "$ccan_depends" "$modfiles" echo "Adding licenses" license_dir="$tmpdir/licenses" -- 2.39.2