Skip to content

Commit

Permalink
Merge pull request fsprojects#13 from SuprDewd/master
Browse files Browse the repository at this point in the history
Fixed spelling
  • Loading branch information
tpetricek committed Jul 21, 2011
2 parents d244032 + f02cea9 commit 0d5f18a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
echo "" echo ""
echo "MonoDevelop Makefile configuration script" echo "MonoDevelop Makefile configuration script"
echo "-----------------------------------------" echo "-----------------------------------------"
echo "This will generate Makefile with correct paths for you. You may need to provide path for some components if they cannot be found automatically. If you're using default path but it wasn't find automatically, please report it, so that it can be added. Contact: Tomas Petricek (tomas@tomasp.net)" echo "This will generate Makefile with correct paths for you. You may need to provide path for some components if they cannot be found automatically. If you're using default path but it wasn't found automatically, please report it, so that it can be added. Contact: Tomas Petricek (tomas@tomasp.net)"
echo "" echo ""
echo "Usage: ./configure.sh [-e:<mono>] [-f:<fsc>] [-c:<gmcs>] [-n]" echo "Usage: ./configure.sh [-e:<mono>] [-f:<fsc>] [-c:<gmcs>] [-n]"
echo "" echo ""
echo " -n If specified, the the 'mono' executable is not used" echo " -n If specified, the 'mono' executable is not used"
echo " (Use this on Windows or when 'exe' files can be executed)" echo " (Use this on Windows or when 'exe' files can be executed)"
echo "" echo ""
echo " -e <mono> Specify 'mono' executable with parameters" echo " -e <mono> Specify 'mono' executable with parameters"
Expand All @@ -21,7 +21,7 @@ echo " -c <gmcs> Path/name of the C# compiler executable or script"
echo " ('mono' is NOT automatically added to the front) " echo " ('mono' is NOT automatically added to the front) "
echo " Default value: gmcs" echo " Default value: gmcs"
echo "" echo ""
echo "Pres enter to continue..." echo "Press enter to continue..."


read a read a


Expand Down Expand Up @@ -131,4 +131,4 @@ sed "s,INSERT_MONO,$MONO,g" Makefile.1 > Makefile.2
sed "s,INSERT_FSHARP_COMPILER,$FSC,g" Makefile.2 > Makefile.1 sed "s,INSERT_FSHARP_COMPILER,$FSC,g" Makefile.2 > Makefile.1
sed "s,INSERT_CSHARP_COMPILER,$GMCS,g" Makefile.1 > Makefile.2 sed "s,INSERT_CSHARP_COMPILER,$GMCS,g" Makefile.1 > Makefile.2
rm Makefile.1 rm Makefile.1
mv Makefile.2 Makefile mv Makefile.2 Makefile

0 comments on commit 0d5f18a

Please sign in to comment.