aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-05-21 23:51:20 -0600
committernytpu <alex@nytpu.com>2021-05-21 23:51:20 -0600
commitc077de9fb886863c45f65c8bc4820545c66e308a (patch)
tree43490c24e5c8418ce31425947f8d4d8ded1bf6f3 /configure
parentadd configure script (currently pretty useless (diff)
downloaded-c077de9fb886863c45f65c8bc4820545c66e308a.tar.bz2
ed-c077de9fb886863c45f65c8bc4820545c66e308a.zip
brag about pure POSIX :P
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cb5add1..7da5ff3 100755
--- a/configure
+++ b/configure
@@ -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>