Fix posix version.

This commit is contained in:
cheatfate 2020-10-12 16:15:15 +03:00 committed by zah
parent d484ec27f6
commit f632a61cb9
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ then
fi
else
# Create full path with 0750 permissions.
mkdir -m 0750 -p $(1)
mkdir -m 0750 -p $1
fi