From 7002f6326e9dcd4cb3272763ba9b9debd9f3a60d Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 29 Mar 2015 07:29:18 +0000 Subject: include: remove trailing whitespaces Signed-off-by: Luka Perkov SVN-Revision: 45127 --- include/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/shell.sh') diff --git a/include/shell.sh b/include/shell.sh index 634beedcef..6389304c24 100644 --- a/include/shell.sh +++ b/include/shell.sh @@ -32,6 +32,6 @@ trapret() {( md5s() { cat "$@" | ( md5sum 2>/dev/null || - md5 + md5 ) | awk '{print $1}' } -- cgit v1.2.3