summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-10 08:29:22 +0200
committerErich Eckner <git@eckner.net>2019-07-10 08:29:22 +0200
commit5dfba35a89eceb5834cc0b07c63e5aee7a2ca5c5 (patch)
tree245680d13d0e5681f18758dc07e29be91ab66472
parent3e8c0e6d0f0c2aa790b7c524f82842066c5fc893 (diff)
downloadupdate-all-5dfba35a89eceb5834cc0b07c63e5aee7a2ca5c5.tar.xz
update-me.in: fix typo
-rw-r--r--update-me.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-me.in b/update-me.in
index 401a6bf..69da18b 100644
--- a/update-me.in
+++ b/update-me.in
@@ -11,7 +11,7 @@ fi
. #ETCDIR#/update-me.conf
if "${hasSudo}" && \
- comand -v sudo >/dev/null; then
+ command -v sudo >/dev/null; then
for ((i=0; i<${#postCmds[@]}; i++)); do
if [ "${postCmds[${i}]}" = 'check-kernel -r' ]; then
postCmds[${i}]='sudo check-kernel -r';