Fix typo
Some checks are pending
sourcezap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-08-18 22:32:06 -03:00
parent 3c994da3cb
commit 1b1bab8a1c

View file

@ -33,7 +33,7 @@ if [ -e "${revfile}" ]; then
else else
## ##
# install from scratch # install from scratch
umask u=rwx,g=rx,o= umask u=rwX,g=rX,o=
"${libexec}"/utils/install/run -d "${installdir}" "${libexec}"/utils/install/run -d "${installdir}"
find -s . \ find -s . \
-maxdepth 1 \ -maxdepth 1 \