From 7326331f30326ab7c0705e4499a662e3d7c86903 Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 15 Jan 2011 21:56:36 +0000 Subject: [PATCH] RT|Chatzilla said in #!/bin/mksh that MSYS probably does mksh --- Build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Build.sh b/Build.sh index 5caeb6b..b6f7af4 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.464 2010/12/12 14:06:35 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.465 2011/01/15 21:56:36 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Thorsten Glaser @@ -454,6 +454,10 @@ Minix) ;; MirBSD) ;; +MSYS_*) + # probably same as CYGWIN* – need to test; from RT|Chatzilla + oswarn='but will probably work' + ;; NetBSD) ;; OpenBSD)