소스 검색

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.

Arch Librarian 22 년 전
부모
커밋
90f0deb312
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -70,7 +70,7 @@ AC_SUBST(PTHREADLIB)
 
 
 dnl Converts the ARCH to be the same as dpkg
 dnl Converts the ARCH to be the same as dpkg
 AC_MSG_CHECKING(system architecture)
 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
 if test "x$archset" = "x"; then
   AC_MSG_ERROR(failed: use --host=)
   AC_MSG_ERROR(failed: use --host=)
 fi
 fi