bootloader: bumped the version to 2.1
[nios2ecos.git] / checkcygwin.sh
blobb279b07216f62525dcca8619d283cd8967e11112
1 set -e
2 echo "Checking a few things in the Cygwin configuration"
4 export perlbin=`which perl`
5 if test "$perlbin" != "/usr/bin/perl"; then
6 echo "Found $perlbin. Install perl in Cygwin, don't use the one that comes with Quartus"
7 exit 1
8 fi
13 echo "Nothing obviously wrong discovered with the configuration"