Kaydet (Commit) ebc9ca1d authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix typo in TARFILE_LOCATION handling in the lode case

Change-Id: I11831583a0288a07fd6279411069d169ab854882
üst d4d85fb9
...@@ -4671,7 +4671,7 @@ dnl whether to find & fetch external tarballs? ...@@ -4671,7 +4671,7 @@ dnl whether to find & fetch external tarballs?
dnl =================================================================== dnl ===================================================================
if test -z "$TARFILE_LOCATION" -a -n "$LODE_HOME" ; then if test -z "$TARFILE_LOCATION" -a -n "$LODE_HOME" ; then
if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; 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 else
TARFILE_LOCATION="$LODE_HOME/ext_tar" TARFILE_LOCATION="$LODE_HOME/ext_tar"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment