Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 0f73901

Browse files
author
Blackstone Engineering
committed
re-enable git
1 parent f353e6b commit 0f73901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-mbed-cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ MBED_INSTALLER_VERSION="0.0.1"
1010
PYTHON_PATH="../MacOS"
1111
MBED_BINS="bin"
1212
GIT_PATH="git"
13-
# export GIT_TEMPLATE_DIR="$RESOURCEPATH/$GIT_PATH/share/git-core/templates" # prevent template warning in git
14-
# export GIT_EXEC_PATH="$RESOURCEPATH/$GIT_PATH/libexec/git-core" # force git to use resouces in app insted of in /usr/local
13+
export GIT_TEMPLATE_DIR="$RESOURCEPATH/$GIT_PATH/share/git-core/templates" # prevent template warning in git
14+
export GIT_EXEC_PATH="$RESOURCEPATH/$GIT_PATH/libexec/git-core" # force git to use resouces in app insted of in /usr/local
1515

1616

1717
# CWD=$PWD # works when run-mbed-cli.py calls this scipt directly

0 commit comments

Comments
 (0)