aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-23 23:07:08 +0200
committerMattias Andrée <maandree@kth.se>2017-07-23 23:07:08 +0200
commit12e20aecd0ef73523b344d4efc4c54d4174c3880 (patch)
treee05f4b79f5a1379d15648de039cd53b916914e48 /config.mk
parentFix support for using sockets insteads of pipes (diff)
downloadblind-12e20aecd0ef73523b344d4efc4c54d4174c3880.tar.gz
blind-12e20aecd0ef73523b344d4efc4c54d4174c3880.tar.bz2
blind-12e20aecd0ef73523b344d4efc4c54d4174c3880.tar.xz
Add ability to choose korn shell implementation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index ae035ef..0608008 100644
--- a/config.mk
+++ b/config.mk
@@ -5,6 +5,11 @@ VERSION = 1.1
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+# Dependencies
+KORN_SHELL = bash
+# Known to work: bash ksh
+# Does not work: mksh loksh oksh dash
+
# Commands
LN = ln -s