diff options
author | Luka Perkov <luka@openwrt.org> | 2015-03-29 07:29:18 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-29 07:29:18 +0000 |
commit | 7002f6326e9dcd4cb3272763ba9b9debd9f3a60d (patch) | |
tree | 11d190244f9d7c3c027afa78afb27c397b797eb7 /include/shell.sh | |
parent | 0b0315a1f2ee5a99260933de02a45ece99cfcd4e (diff) | |
download | upstream-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.tar.gz upstream-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.tar.bz2 upstream-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.zip |
include: remove trailing whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45127
Diffstat (limited to 'include/shell.sh')
-rw-r--r-- | include/shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}' } |