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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2014-01-09 15:26:28 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-01-09 15:27:44 +0400
commita8e39aae770e008e0f240b0e3eda899afd38f8de (patch)
treedeaaa9f1f1a8753ecf1fa084632b33266aa0a323 /configure
parent44e5ddfdd67e0e368c106678def8fb0b54371715 (diff)
version.txt has been moved to the root dir
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f140d57772..c8417d2c4a 100755
--- a/configure
+++ b/configure
@@ -181,8 +181,8 @@ configure_packages ()
create_local_config ()
{
# Get the version from the version.txt file, if it exists
- if test -a $path/version.txt; then
- ver=`grep ^Version $path/version.txt|cut -d '=' -f 2|tr -d '\n'`
+ if test -a version.txt; then
+ ver=`grep ^Version version.txt|cut -d '=' -f 2|tr -d '\n'`
else
ver=VERSION
fi