Skip to content

Commit

Permalink
Build: Attempt to fix version replacement for API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 10, 2010
1 parent 975f900 commit 5db84e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/release/prepare-release
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ cd build

# Update the link to the docs (never contains the patch version)
echo "Updating URL for API docs..."
sed -i -e "s/UI\/API\/\${release\.version}/UI\/API\/$major_minor/" build.xml >build.xml
sed "s/UI\/API\/\${release\.version}/UI\/API\/$major_minor/" build.xml >build.xml.tmp
mv build.xml.tmp build.xml

# Run the build
echo "Running build..."
Expand Down

0 comments on commit 5db84e7

Please sign in to comment.