diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 06:15:16 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 06:15:16 +0000 |
commit | adea637ba2ffdae4f3941cdd150a7cda541c73d5 (patch) | |
tree | 85a8568276014cb312d880d74d26a967aaa247aa /etc/etc.sun3/install.sh | |
parent | 92e441e5118d285594af4b0ef964f51d1df97920 (diff) |
rm trailing whitespace
Diffstat (limited to 'etc/etc.sun3/install.sh')
-rw-r--r-- | etc/etc.sun3/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.sun3/install.sh b/etc/etc.sun3/install.sh index 4bc6fed2d2a..ad5111ca455 100644 --- a/etc/etc.sun3/install.sh +++ b/etc/etc.sun3/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.2 1998/09/23 07:30:58 todd Exp $ +# $OpenBSD: install.sh,v 1.3 2002/06/09 06:15:15 todd Exp $ umask 0 [ "$TARDIR" ] || { echo "$0: set TARDIR first" ; exit 1; } |