Skip to content

Commit

Permalink
relative directory refs now that this is being run from the project root
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Mar 7, 2012
1 parent 43f2d61 commit b3bb05a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build/branch-preview.sh
@@ -1,12 +1,6 @@
#!/bin/bash
# determine the project root
rel_project_root=`dirname ${0%/*}/..`
cd "$rel_project_root/.."
project_root=`pwd`

echo $project_root

output="$project_root/branches"
output="branches"
index_page="$output/index.html"

function log {
Expand Down

0 comments on commit b3bb05a

Please sign in to comment.