From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:22 +0000 (+0000) Subject: Color me read. Escape all $, instead of only 1. X-Git-Tag: 0.7.24ubuntu1~1195 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/90f0deb312579bbaf2a53d7848e7cdd29bbbd917 Color me read. Escape all $, instead of only 1. Author: doogie Date: 1999-12-10 02:06:53 GMT Color me read. Escape all $, instead of only 1. --- diff --git a/configure.in b/configure.in index 666acd844..e25caff84 100644 --- a/configure.in +++ b/configure.in @@ -70,7 +70,7 @@ AC_SUBST(PTHREADLIB) dnl Converts the ARCH to be the same as dpkg AC_MSG_CHECKING(system architecture) -archset="`awk \"{ if(\\\$1 == \\\"$host_cpu\\\") print $2 }\" $srcdir/buildlib/archtable`" +archset="`awk \"{ if(\\\$1 == \\\"$host_cpu\\\") print \\\$2 }\" $srcdir/buildlib/archtable`" if test "x$archset" = "x"; then AC_MSG_ERROR(failed: use --host=) fi