summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-01 03:32:48 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-01 03:32:48 -0500
commit141d49f336edafc79e1a1f1ff81d2ce48065dfa9 (patch)
tree1dde25b95f18fe56448e44b7d40efd1d99367bed /mach
parent3e70635035f028fc09f8341aa98be8cf5d6105b5 (diff)
downloadaura-central-141d49f336edafc79e1a1f1ff81d2ce48065dfa9.tar.gz
Fix config.guess path in bash-mach
Diffstat (limited to 'mach')
-rwxr-xr-xmach2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach b/mach
index a0497c66d..0f7505a15 100755
--- a/mach
+++ b/mach
@@ -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`