Browse Source

tools/create-ccan-tree: clean up modfiles binary after use.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 years ago
parent
commit
1f6af6a8e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/create-ccan-tree

+ 1 - 1
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"