diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-07-09 14:58:50 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-07-09 14:58:50 +0930 |
commit | 1f6af6a8e4fba55008d47a075dd4bd9a31bf8f4e (patch) | |
tree | 1ea3c8e774297adf89dc4a160c35625848533fe4 | |
parent | cef9fc82ea18430d73f20d6916b309398ea30c4f (diff) |
tools/create-ccan-tree: clean up modfiles binary after use.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rwxr-xr-x | tools/create-ccan-tree | 2 |
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" |