Skip to content
Snippets Groups Projects
Commit 3a6dfec6 authored by Russell Bryant's avatar Russell Bryant
Browse files

fix redirect typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41133 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent aad5f19a
No related branches found
No related tags found
No related merge requests found
...@@ -4864,7 +4864,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile ...@@ -4864,7 +4864,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile
echo '01234567890123456789012345678901C.h:' >> testMakefile echo '01234567890123456789012345678901C.h:' >> testMakefile
echo '01234567890123456789012345678901SK.cc:' >> testMakefile echo '01234567890123456789012345678901SK.cc:' >> testMakefile
echo '01234567890123456789012345678901DynSK.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 if test "$?" != "0" ; then
rm -f testMakefile rm -f testMakefile
{ echo "$as_me:$LINENO: ********** ERROR **********" >&5 { echo "$as_me:$LINENO: ********** ERROR **********" >&5
......
...@@ -118,7 +118,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile ...@@ -118,7 +118,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile
echo '01234567890123456789012345678901C.h:' >> testMakefile echo '01234567890123456789012345678901C.h:' >> testMakefile
echo '01234567890123456789012345678901SK.cc:' >> testMakefile echo '01234567890123456789012345678901SK.cc:' >> testMakefile
echo '01234567890123456789012345678901DynSK.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 if test "$?" != "0" ; then
rm -f testMakefile rm -f testMakefile
AC_MSG_NOTICE(********** ERROR **********) AC_MSG_NOTICE(********** ERROR **********)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment