diff options
author | nytpu <alex@nytpu.com> | 2021-05-21 23:51:20 -0600 |
---|---|---|
committer | nytpu <alex@nytpu.com> | 2021-05-21 23:51:20 -0600 |
commit | c077de9fb886863c45f65c8bc4820545c66e308a (patch) | |
tree | 43490c24e5c8418ce31425947f8d4d8ded1bf6f3 /configure | |
parent | add configure script (currently pretty useless (diff) | |
download | ed-c077de9fb886863c45f65c8bc4820545c66e308a.tar.bz2 ed-c077de9fb886863c45f65c8bc4820545c66e308a.zip |
brag about pure POSIX :P
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env sh -# configure script for nytpu's implementation of ed(1) +# configure script for nytpu's implementation of ed(1), in POSIX shell # It should be pretty generic though, with just slight modifications # # Copyright (C) 2021 nytpu <alex@nytpu.com> |