We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916120b commit ffe0d7fCopy full SHA for ffe0d7f
1 file changed
lib/sh/install.sh
@@ -58,7 +58,7 @@ if [ -z "${ZI_BIN_DIR_NAME-}" ]; then
58
fi
59
60
if ! test -d "${ZI_HOME}"; then
61
- command mkdir "${ZI_HOME}"
+ command mkdir -p "${ZI_HOME}"
62
command chmod go-w "${ZI_HOME}"
63
64
0 commit comments