Skip to content

Commit

Permalink
Correct invokation of build_candidate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Slater committed Mar 9, 2013
1 parent fb03bff commit 1af9e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release/build_candidate_aws.sh
Expand Up @@ -95,7 +95,9 @@ git clone http://git-wip-us.apache.org/repos/asf/couchdb-admin.git
tmp_dir=\`mktemp -d /tmp/$basename.XXXXXX\` || exit 1
./couchdb-pmc/release/build_candidate.sh $branch $version \$tmp_dir
cd couchdb-admin
./release/build_candidate.sh $branch $version \$tmp_dir
echo \$tmp_dir > ~/tmp_dir.txt
EOF
Expand Down

0 comments on commit 1af9e20

Please sign in to comment.