Allow ../../do.sh build .

This commit is contained in:
Michael Vines 2020-08-20 11:36:49 -07:00
parent 62cb0e2dd9
commit a7d2bc4324
1 changed files with 2 additions and 1 deletions

3
do.sh
View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
CALLER_PWD=$PWD
cd "$(dirname "$0")"
usage() {
@ -39,7 +40,7 @@ readCargoVariable() {
perform_action() {
set -e
projectDir="$PWD"/$2
projectDir="$CALLER_PWD"/$2
targetDir="$PWD"/target
features=