summaryrefslogtreecommitdiff
path: root/distrib/miniroot/list2sh.awk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-28 03:06:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-28 03:06:31 +0000
commit509bb97778f20e75f7faae6d2a33804a19cd29b2 (patch)
tree3f277a477455d431a3e1c3abee5ca65e5ee2ddc5 /distrib/miniroot/list2sh.awk
parentcd6b247e20f39cb0585256a5678380e74b19327f (diff)
spaces
Diffstat (limited to 'distrib/miniroot/list2sh.awk')
-rw-r--r--distrib/miniroot/list2sh.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/list2sh.awk b/distrib/miniroot/list2sh.awk
index d2f9e1f7358..858bbe035ba 100644
--- a/distrib/miniroot/list2sh.awk
+++ b/distrib/miniroot/list2sh.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: list2sh.awk,v 1.11 2002/08/29 01:53:37 krw Exp $
+# $OpenBSD: list2sh.awk,v 1.12 2002/11/28 03:06:30 deraadt Exp $
# $NetBSD: list2sh.awk,v 1.2 1996/05/04 15:45:31 pk Exp $
BEGIN {
@@ -19,7 +19,7 @@ $1 == "REMOVE" {
printf("echo '%s'\n", $0);
printf("rm -f ${TARGDIR}/%s\n", $2);
next;
-}
+}
$1 == "STRIP" {
printf("echo '%s'\n", $0);
printf("test -f ${TARGDIR}/%s && rm -fr ${TARGDIR}/%s\n", $3, $3);