Skip to content

Commit

Permalink
Fix build path (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored Mar 23, 2018
1 parent 01fa094 commit 1f21b95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
done

scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
"$scriptroot/build/build.sh" --build --restore $@
"$scriptroot/eng/common/build.sh" --build --restore $@
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
done

scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
"$scriptroot/build/build.sh" --restore $@
"$scriptroot/eng/common/build.sh" --restore $@
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
done

scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
"$scriptroot/build/build.sh" --test $@
"$scriptroot/eng/common/build.sh" --test $@

0 comments on commit 1f21b95

Please sign in to comment.