diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-06 21:13:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-06 21:13:10 +0000 |
commit | 664a78c374d744c5946fac03741dbed87da41761 (patch) | |
tree | 3e7222aac089a88be6f9f5b190d4a88848f55eba /share | |
parent | a7907d088cd0d07cdc37c3464833376f03a7e3ef (diff) |
Remove extra space in first line so tic can exec it. (this is actually a bogus fix)
Diffstat (limited to 'share')
-rw-r--r-- | share/zoneinfo/datfiles/yearistype.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/datfiles/yearistype.sh b/share/zoneinfo/datfiles/yearistype.sh index 809f5492a1e..062fa9c8e4f 100644 --- a/share/zoneinfo/datfiles/yearistype.sh +++ b/share/zoneinfo/datfiles/yearistype.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh : '@(#)yearistype.sh 7.4' |