summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/create-ccan-tree2
1 files changed, 1 insertions, 1 deletions
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"