summaryrefslogtreecommitdiff
path: root/etc/daily
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-04 17:46:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-04 17:46:35 +0000
commit2a32f1fa6d5bbb414b0847ffc232b8194e929fde (patch)
tree6b9872ed4a358d3461c62c0e524c25595964601a /etc/daily
parenta22c49ea7f2f7fea511b50a8b85a9dbf8c784be9 (diff)
make code look better
Diffstat (limited to 'etc/daily')
-rw-r--r--etc/daily4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily
index 1e58990773e..2f9c8f89c94 100644
--- a/etc/daily
+++ b/etc/daily
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: daily,v 1.54 2006/10/04 04:43:20 hugh Exp $
+# $OpenBSD: daily,v 1.55 2006/10/04 17:46:34 deraadt Exp $
# From: @(#)daily 8.2 (Berkeley) 1/25/94
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
@@ -21,7 +21,7 @@ OUT=`mktemp /tmp/_security.XXXXXXXXXX` || {
exit 1
}
-trap 'rm -f $TMP $OUT ;exit 1' 0 1 15
+trap 'rm -f $TMP $OUT; exit 1' 0 1 15
echo ""
echo "Removing scratch and junk files:"