summaryrefslogtreecommitdiff
path: root/etc/daily
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-19 03:03:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-19 03:03:34 +0000
commit57f82da6b779cb98db8e4d4a21d8a0243b2df4cf (patch)
tree6510052cae192d75627b9d73fbf97dbfefd9c8b3 /etc/daily
parent609fff5f56c4c6b6642b51839db4c15f047c3e4b (diff)
zap trailing spaces and tabs
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 785b734a0be..9dc4bc1ffb3 100644
--- a/etc/daily
+++ b/etc/daily
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: daily,v 1.38 2001/10/29 18:16:23 millert Exp $
+# $OpenBSD: daily,v 1.39 2001/11/19 03:03:33 deraadt Exp $
# From: @(#)daily 8.2 (Berkeley) 1/25/94
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
@@ -170,7 +170,7 @@ if [ -f /etc/Distfile ]; then
logf=`date +%Y.%b.%e`
rdist -f /etc/Distfile 2>&1 | tee /var/log/rdist/$logf
else
- rdist -f /etc/Distfile
+ rdist -f /etc/Distfile
fi
fi