summaryrefslogtreecommitdiffstats
path: root/include/shell.sh
diff options
context:
space:
mode:
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}'
}