aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 19:10:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 19:10:15 +0000
commit3e4bef9df98ad7835894b25243e062ee042ebc95 (patch)
treedbef3e3cb32b766d111b9b10eecd50e0d0748a56 /configure
parenta9f89f24f58f2d75444f90ef61e00d07251af79f (diff)
fix redirect typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41133 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d57f10075..727d7f1d1 100755
--- a/configure
+++ b/configure
@@ -4864,7 +4864,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
{ echo "$as_me:$LINENO: ********** ERROR **********" >&5