summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ranlib/touch.c')
-rw-r--r--usr.bin/ranlib/touch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c
index 4cf4b12cad64..0dd91232c676 100644
--- a/usr.bin/ranlib/touch.c
+++ b/usr.bin/ranlib/touch.c
@@ -65,6 +65,7 @@ touch()
return(1);
}
settime(afd);
+ close_archive(afd);
return(0);
}