diff options
author | 2001-12-25 01:37:29 +0000 | |
---|---|---|
committer | 2001-12-25 01:37:29 +0000 | |
commit | 17a4bc7dfa44ede56615e2a907f44b0461a82c72 (patch) | |
tree | a4c3a7838deeaf4c4a1c792abcc9601acd7c141f | |
parent | convert mkr/ckr to shell scripts, use mktemp(1) (diff) | |
download | wireguard-openbsd-17a4bc7dfa44ede56615e2a907f44b0461a82c72.tar.xz wireguard-openbsd-17a4bc7dfa44ede56615e2a907f44b0461a82c72.zip |
checkflist is a sh script now.
-rw-r--r-- | share/man/man8/release.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 69023431aad..6b03a0614f4 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.19 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: release.8,v 1.20 2001/12/25 01:37:29 miod Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -268,7 +268,7 @@ need not be empty. .It .Li "cd /usr/src/etc && nice make release" .It -.Li "cd /usr/src/distrib/sets && csh checkflist" +.Li "cd /usr/src/distrib/sets && sh checkflist" .br this checks that the contents of .Va ${DESTDIR} |