aboutsummaryrefslogtreecommitdiffstats
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
commita4a0fa62d6b6fadc61d9cdfa3ac1aa2438c33e64 (patch)
treecd23f194412e735f941b199edd2abda988daf283 /include/shell.sh
parentd71861b48e76fc0b818acd310eb45419dff107e8 (diff)
downloadmaster-187ad058-a4a0fa62d6b6fadc61d9cdfa3ac1aa2438c33e64.tar.gz
master-187ad058-a4a0fa62d6b6fadc61d9cdfa3ac1aa2438c33e64.tar.bz2
master-187ad058-a4a0fa62d6b6fadc61d9cdfa3ac1aa2438c33e64.zip
include: remove trailing whitespaces
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45127 3c298f89-4303-0410-b956-a3cf2f4a3e73
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}'
}