summaryrefslogtreecommitdiffstats
path: root/src/cmd.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-25 18:07:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-25 18:07:44 (EDT)
commit141aa7827e18b5b79fa327e6bdb3745d0c74f9e7 (patch)
treeddd248dee0c7790794c5496b9454221744d02c48 /src/cmd.sh
parentceb9675c06f7cd11b0796bba668081bd1787f1df (diff)
is_cmd(): Drop dead return
Diffstat (limited to 'src/cmd.sh')
-rw-r--r--src/cmd.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index ac84f16..569ee13 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -100,8 +100,6 @@ is_cmd()
local cmd="${1}"
case "${cmds}" in *" ${cmd} "*) return 0;; *) return 1;; esac
-
- return ${?}
}
run_cmd()