summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-08-25 19:10:15 +0000
committerRussell Bryant <russell@russellbryant.com>2006-08-25 19:10:15 +0000
commit3a6dfec6c333716152fb0934fe93333bf9a1e8f7 (patch)
treedbef3e3cb32b766d111b9b10eecd50e0d0748a56 /configure.ac
parentaad5f19a122a39ce58784baa133725f6c15b40e0 (diff)
fix redirect typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eaa1e1e55..46e5ad734 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile
echo '01234567890123456789012345678901C.h:' >> testMakefile
echo '01234567890123456789012345678901SK.cc:' >> testMakefile
echo '01234567890123456789012345678901DynSK.cc:' >> testMakefile
-$GNU_MAKE -r -f testMakefile 2&>1 > /dev/null
+$GNU_MAKE -r -f testMakefile 2>&1 > /dev/null
if test "$?" != "0" ; then
rm -f testMakefile
AC_MSG_NOTICE(********** ERROR **********)