Skip to content

Commit

Permalink
Spelling fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprDewd committed Dec 26, 2010
1 parent d244032 commit f02cea9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
echo ""
echo "MonoDevelop Makefile configuration script"
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 "Usage: ./configure.sh [-e:<mono>] [-f:<fsc>] [-c:<gmcs>] [-n]"
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 ""
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 " Default value: gmcs"
echo ""
echo "Pres enter to continue..."
echo "Press enter to continue..."

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_CSHARP_COMPILER,$GMCS,g" Makefile.1 > Makefile.2
rm Makefile.1
mv Makefile.2 Makefile
mv Makefile.2 Makefile

0 comments on commit f02cea9

Please sign in to comment.