Skip to content

Commit 3b8b9d9

Browse files
Update build_adventurecoin_mac.sh
1 parent 5b69c3c commit 3b8b9d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_adventurecoin_mac.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
# Fix PATH so basic commands are found
6+
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$PATH"
7+
58
GREEN="\033[0;32m"
69
RED="\033[0;31m"
710
CYAN="\033[0;36m"

0 commit comments

Comments
 (0)