On Mon, Jun 3, 2013 at 4:44 PM, Warren Young wrote: >>> Cygwin != Linux >> >> /proc/cpuinfo begs to differ :-) > > $ grep -i linux /proc/cpuinfo | wc -l > 0
Wrong test. I think you were looking for $ test -f /proc/cpuinfo && echo "looks like linux" See also http://www.sourceware.org/ml/cygwin-patches/2003-q2/msg00054.html - Dan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple