diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-10-18 15:05:23 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-10-18 15:05:23 -0500 |
commit | ebc9ca1d41e84a895a080933b94422d6bddb7ceb (patch) | |
tree | 8a234faad05d2ccb98185576ac0cb67ad526935d | |
parent | d4d85fb9fc5daef5d89a8e42b68ce4a873bcf084 (diff) |
fix typo in TARFILE_LOCATION handling in the lode case
Change-Id: I11831583a0288a07fd6279411069d169ab854882
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index adef7d2a2b6d..05e8d55dc524 100644 --- a/configure.ac +++ b/configure.ac @@ -4671,7 +4671,7 @@ dnl whether to find & fetch external tarballs? dnl =================================================================== if test -z "$TARFILE_LOCATION" -a -n "$LODE_HOME" ; then if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then - TARFILE_LOCATION="`cypath -m $LODE_HOME/ext_tar`" + TARFILE_LOCATION="`cygpath -m $LODE_HOME/ext_tar`" else TARFILE_LOCATION="$LODE_HOME/ext_tar" fi |