diff options
| author | 2002-04-10 06:04:33 +0000 | |
|---|---|---|
| committer | 2002-04-10 06:04:33 +0000 | |
| commit | e7524105a4aa2f0e49af8c7ef8b5067fe977dda8 (patch) | |
| tree | 744a04eeb098122e98fa031f8368af436d4f72bb | |
| parent | MAKEDEV can stay (diff) | |
| download | wireguard-openbsd-e7524105a4aa2f0e49af8c7ef8b5067fe977dda8.tar.xz wireguard-openbsd-e7524105a4aa2f0e49af8c7ef8b5067fe977dda8.zip | |
echo SPECIALs
| -rw-r--r-- | distrib/sparc64/list2sh.awk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc64/list2sh.awk b/distrib/sparc64/list2sh.awk index 7a595d4c6e2..1d1dd739da5 100644 --- a/distrib/sparc64/list2sh.awk +++ b/distrib/sparc64/list2sh.awk @@ -1,4 +1,4 @@ -# $OpenBSD: list2sh.awk,v 1.2 2001/09/21 20:09:13 jason Exp $ +# $OpenBSD: list2sh.awk,v 1.3 2002/04/10 06:04:33 deraadt Exp $ BEGIN { printf("cd ${CURDIR}\n"); @@ -51,6 +51,7 @@ $1 == "COPYDIR" { next; } $1 == "SPECIAL" { + printf("echo '%s'\n", $0); sub(/^[ \t]*SPECIAL[ \t]*/, ""); printf("(cd ${TARGDIR}; %s)\n", $0); next; |
