浏览代码

dont output so many newlines

Mike Frysinger 19 年之前
父节点
当前提交
25e6fcc89b
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      extra/scripts/fix_includes.sh

+ 3 - 2
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