diff options
author | 1995-11-06 21:13:09 +0000 | |
---|---|---|
committer | 1995-11-06 21:13:09 +0000 | |
commit | 06d0bcb010e57cd9c3857d0e9aef86c6509c6cbb (patch) | |
tree | b249ce38090f752867ea14b81a1cc09d46e698a5 | |
parent | complete ufs -> ffs change (From John Kohl; PR #1403) (diff) | |
download | wireguard-openbsd-06d0bcb010e57cd9c3857d0e9aef86c6509c6cbb.tar.xz wireguard-openbsd-06d0bcb010e57cd9c3857d0e9aef86c6509c6cbb.zip |
Remove extra space in first line so tic can exec it. (this is actually a bogus fix)
-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' |