From 52648623e03e6769ae73ef8ee999d671fb657d62 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 6 Jun 2015 19:48:25 +0200 Subject: Remove empty lines at end of file Used command line to remove empty lines at end of file: find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3 Signed-off-by: Elyes HAOUAS Reviewed-on: http://review.coreboot.org/10446 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/crossgcc/README | 2 -- util/crossgcc/buildgcc | 2 -- 2 files changed, 4 deletions(-) (limited to 'util/crossgcc') diff --git a/util/crossgcc/README b/util/crossgcc/README index 2180615809..5ce9304aa7 100644 --- a/util/crossgcc/README +++ b/util/crossgcc/README @@ -15,5 +15,3 @@ known working: known broken: alpha-elf powerpc64-elf - - diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 22524d6b4d..63e07b0f5d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -682,5 +682,3 @@ else fi printf "\n${green}You can now run your $TARGETARCH cross toolchain from $TARGETDIR.${NC}\n" - - -- cgit v1.2.3