[mew-dist 28203] mewest on Solaris9

Takashi Masuda ( 増田貴士 ) masutaka at example.com
2008年 3月 20日 (木) 17:31:58 JST


増田です。

Solaris9 のために、添付のパッチを当てて頂けますか。

よろしくお願いします。

--
Takashi Masuda <masutaka at example.com>
-------------- next part --------------
Index: bin/mewest
===================================================================
RCS file: /cvsmew/mew/bin/mewest,v
retrieving revision 1.18
diff -u -r1.18 mewest
--- bin/mewest	30 Jul 2007 06:00:25 -0000	1.18
+++ bin/mewest	20 Mar 2008 08:25:52 -0000
@@ -41,8 +41,10 @@
 
 # Check if environment is Cygwin.
 check_cygwin () {
-    if ! type uname > /dev/null
+    if type uname > /dev/null
     then
+        true
+    else
         return -1
     fi
     case `uname -s` in


Mew-dist メーリングリストの案内