Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-06-11 03:11:58 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2004-06-11 03:11:58 +0400
commitef045b18a7582b582ac696685ff9a75bd8794765 (patch)
treecb5f8be8eaba859b915612c30b48cfa1a1d85d4d /mcs/configure
parentd2c82b10e39b894752b7451b641d034c43acad1d (diff)
fix
svn path=/trunk/mcs/; revision=29244
Diffstat (limited to 'mcs/configure')
-rwxr-xr-xmcs/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/mcs/configure b/mcs/configure
index 00f695fefee..48eb5b5483c 100755
--- a/mcs/configure
+++ b/mcs/configure
@@ -3,7 +3,8 @@
help()
{
echo ""
- echo "Usage is: configure [--prefix=PREFIX] [--profile=PROFILE]\n"
+ echo "Usage is: configure [--prefix=PREFIX] [--profile=PROFILE]"
+ echo ""
echo "Profiles available: "
(cd build/profiles; ls *.make | sed -e 's/.make//' -e 's/^/ /')
}
@@ -47,4 +48,4 @@ echo " Profile selected: $profile"
echo " Prefix: $prefix"
echo ""
-exit 0; \ No newline at end of file
+exit 0;