summaryrefslogtreecommitdiffstats
path: root/include/shell.sh
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-03-29 07:29:18 +0000
committerLuka Perkov <luka@openwrt.org>2015-03-29 07:29:18 +0000
commit7002f6326e9dcd4cb3272763ba9b9debd9f3a60d (patch)
tree11d190244f9d7c3c027afa78afb27c397b797eb7 /include/shell.sh
parent0b0315a1f2ee5a99260933de02a45ece99cfcd4e (diff)
downloadmaster-31e0f0ae-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.tar.gz
master-31e0f0ae-7002f6326e9dcd4cb3272763ba9b9debd9f3a60d.tar.bz2
master-31e0f0ae-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.sh2
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}'
}