summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-31 00:02:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-31 00:02:51 +0100
commite71af3d03d824459c9c98fa196d95ad638d6b301 (patch)
treea4c66635715d15427d10af22f288a0a73cb296b2 /Makefile
parentd72530b6ebf2009eb2c9f9c7cb6222c140b711b4 (diff)
mksh r35 or higher is enough
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9857476be..dfe1b0ca1 100644
--- a/Makefile
+++ b/Makefile
@@ -162,8 +162,8 @@ NO_ERROR=0
echo "MirBSD ksh (mksh) needs to be installed."; \
exit 1; \
else \
- if [ $$(mksh -c 'echo $$KSH_VERSION' |cut -d ' ' -f 3|sed "s#R##") -le 38 ]; then \
- echo "MirBSD ksh is too old. R38 or higher needed."; \
+ if [ $$(mksh -c 'echo $$KSH_VERSION' |cut -d ' ' -f 3|sed "s#R##") -le 34 ]; then \
+ echo "MirBSD ksh is too old. R35 or higher needed."; \
exit 1; \
fi \
fi