Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2163 → Rev 2164

/branches/arm/tools/cygwin_symlink_patch.sh
5,10 → 5,10
# to be able compile project
 
 
if uname | grep 'cygwin' then
if uname | grep 'CYGWIN' > /dev/null; then
echo "Good ... you have cygwin"
else
echo "Wrong. This script devoted cygwin"
echo "Wrong. This script is only for cygwin"
exit
fi