summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Restrepo <tomasr@apache.org>2007-05-14 13:57:12 +0000
committerTomas Restrepo <tomasr@apache.org>2007-05-14 13:57:12 +0000
commitf5492963bece0b87c893a585001a75b1a67163af (patch)
tree2deea19da517a3dfdb922e61049d817c74bb3c72
parent46f056ef3982c38247ef3cd9479c0557ed7a8512 (diff)
downloadqpid-python-f5492963bece0b87c893a585001a75b1a67163af.tar.gz
Fixed release script and made executable
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537845 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x[-rw-r--r--]dotnet/release4
1 files changed, 1 insertions, 3 deletions
diff --git a/dotnet/release b/dotnet/release
index 7895b3f084..11291e87d6 100644..100755
--- a/dotnet/release
+++ b/dotnet/release
@@ -10,6 +10,4 @@ if [[ $# -ne 1 ]]; then
Usage
fi
-dotNetVersion=$1
-
-nant -t:dotNetVersion release-pkg -D:build.config=release
+nant -t:$1 release-pkg -D:build.config=release