diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-03 20:31:20 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-03 20:31:20 +0000 |
commit | c0c90c6618f456c58ce745a8429063538762695f (patch) | |
tree | c60dab2db81807a4cfd4269e98f53f83944c5d29 /usr.bin/file/magdir | |
parent | 86a6a5101480795bffb83ea7a080a1c0116cad53 (diff) |
Correctly escape spaces in the Erlang 4.2/4.3 magic.
Fixes printing on Tuesdays from some applications. ok ian@
(yes really - http://catless.ncl.ac.uk/Risks/25.77.html#subj14)
Diffstat (limited to 'usr.bin/file/magdir')
-rw-r--r-- | usr.bin/file/magdir/erlang | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/file/magdir/erlang b/usr.bin/file/magdir/erlang index f977d8a3d3d..730f19b3a9a 100644 --- a/usr.bin/file/magdir/erlang +++ b/usr.bin/file/magdir/erlang @@ -1,4 +1,4 @@ -# $OpenBSD: erlang,v 1.2 2009/04/26 14:17:45 chl Exp $ +# $OpenBSD: erlang,v 1.3 2009/09/03 20:31:19 sthen Exp $ #------------------------------------------------------------------------------ # erlang: file(1) magic for Erlang JAM and BEAM files @@ -13,7 +13,7 @@ >8 string BEAM Erlang BEAM file # 4.2 version may have a copyright notice! -4 string Tue Jan 22 14:32:44 MET 1991 Erlang JAM file - version 4.2 -79 string Tue Jan 22 14:32:44 MET 1991 Erlang JAM file - version 4.2 +4 string Tue\ Jan\ 22\ 14:32:44\ MET\ 1991 Erlang JAM file - version 4.2 +79 string Tue\ Jan\ 22\ 14:32:44\ MET\ 1991 Erlang JAM file - version 4.2 -4 string 1.0 Fri Feb 3 09:55:56 MET 1995 Erlang JAM file - version 4.3 +4 string 1.0\ Fri\ Feb\ 3\ 09:55:56\ MET\ 1995 Erlang JAM file - version 4.3 |