From: Adam Sutton Date: Sun, 22 Dec 2013 20:55:38 +0000 (+0000) Subject: support: remove stray commenting out of stderr redirect X-Git-Tag: v4.1~2324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e11bc4f13f096530cf69217baf5a94cdcde17ff;p=thirdparty%2Ftvheadend.git support: remove stray commenting out of stderr redirect --- diff --git a/support/configure.inc b/support/configure.inc index 6d3b5dbb7..7c60fcb1d 100755 --- a/support/configure.inc +++ b/support/configure.inc @@ -263,7 +263,7 @@ int main() { #endif } EOF - $CC $CFLAGS $LDFLAGS $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt #&> /dev/null + $CC $CFLAGS $LDFLAGS $TMPDIR/$$.c -o $TMPDIR/$$.bin $opt &> /dev/null RET=$? [ $RET -eq 0 ] && $TMPDIR/$$.bin RET=$?