diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 03:32:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 03:32:12 +0000 |
commit | 25e6fcc89bbc181ade92b5d3e1c7ac90eb214039 (patch) | |
tree | a90b9e215851dd82154e869a2b274da13e56ccd3 /extra/scripts/fix_includes.sh | |
parent | 7496bd022dd630ce521078b34a93cc041143b685 (diff) |
dont output so many newlines
Diffstat (limited to 'extra/scripts/fix_includes.sh')
-rwxr-xr-x | extra/scripts/fix_includes.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh index 34058a966..c175b3139 100755 --- a/extra/scripts/fix_includes.sh +++ b/extra/scripts/fix_includes.sh @@ -89,11 +89,12 @@ then fi if [ "$MAKE_IS_SILENT" != "y" ]; then +echo "" echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION}" -echo -e "\n" +echo "" echo "Using kernel headers from $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} for architecture '$TARGET_ARCH'" echo -e "\tprovided in directory $KERNEL_SOURCE" -echo -e "\n" +echo "" fi # Create a symlink to include/asm |