]> git.ozlabs.org Git - ccan/commitdiff
tools/create-ccan-tree: clean up modfiles binary after use.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 9 Jul 2015 05:28:50 +0000 (14:58 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 9 Jul 2015 05:28:50 +0000 (14:58 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/create-ccan-tree

index d8899d9579304ccbb239ff8f4db4a4ec0e06d910..c03933400320342f91ee609d1337fa45864114fb 100755 (executable)
@@ -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"