]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
support: remove stray commenting out of stderr redirect
authorAdam Sutton <dev@adamsutton.me.uk>
Sun, 22 Dec 2013 20:55:38 +0000 (20:55 +0000)
committerAdam Sutton <aps@telensa.com>
Sun, 22 Dec 2013 20:55:38 +0000 (20:55 +0000)
support/configure.inc

index 6d3b5dbb7e68958e7865b1f117754951a47f6972..7c60fcb1db9e1ce250e9063e11a892e8d83185bc 100755 (executable)
@@ -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=$?