build: Remove unnecessary newline
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 20 Sep 2010 10:30:23 +0000 (11:30 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 20 Sep 2010 10:30:23 +0000 (11:30 +0100)
autogen.sh

index 7fbbdf0..58cf7ea 100755 (executable)
@@ -116,6 +116,5 @@ cd $ORIGDIR || exit $?
 if test -z "$NOCONFIGURE"; then
         $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" || exit $?
 
-        echo 
         echo "Now type 'make' to compile $PROJECT."
 fi