diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-01 03:32:48 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-01 03:32:48 -0500 |
commit | 141d49f336edafc79e1a1f1ff81d2ce48065dfa9 (patch) | |
tree | 1dde25b95f18fe56448e44b7d40efd1d99367bed /mach | |
parent | 3e70635035f028fc09f8341aa98be8cf5d6105b5 (diff) | |
download | aura-central-141d49f336edafc79e1a1f1ff81d2ce48065dfa9.tar.gz |
Fix config.guess path in bash-mach
Diffstat (limited to 'mach')
-rwxr-xr-x | mach | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ BINOC_MACH=real-mach BINOC_TARGET_OS=`uname | tr [:upper:] [:lower:]` -BINOC_CONFIG_GUESS=`./platform/build/autoconf/config.guess 2>/dev/null` +BINOC_CONFIG_GUESS=`./build/autoconf/config.guess 2>/dev/null` BINOC_PYTHON=`which python2.7 2>/dev/null` BINOC_GIT=`which git 2>/dev/null` BINOC_CURL=`which curl 2>/dev/null` |