Commit 5090557f authored by Vincent Pelletier's avatar Vincent Pelletier

shell: Add mktemp as a dependency.

parent c3ac3e88
......@@ -320,7 +320,7 @@ checkDeps () {
# Expected builtins & keywords:
# alias local if then else elif fi for in do done case esac return [ test
# shift set
for dep in jq openssl printf echo curl sed base64 cat date; do
for dep in jq openssl printf echo curl sed base64 cat date mktemp; do
command -v $dep > /dev/null || missingdeps="$missingdeps $dep"
done
if [ -n "$missingdeps" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment