From b3bb05ad8fa648970f9ede14044339434916b117 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 7 Mar 2012 11:32:21 -0800 Subject: [PATCH] relative directory refs now that this is being run from the project root --- build/branch-preview.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build/branch-preview.sh b/build/branch-preview.sh index 47f13d612a0..c7079a0885c 100755 --- a/build/branch-preview.sh +++ b/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 {