tools/zshlibs_update: no string expansion

This commit is contained in:
Aleksey 2024-04-26 06:16:04 +04:00
parent 0900a19d1f
commit 9b66d7ba04
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -13,7 +13,7 @@ function zshlibs_update()
zshlibs_log zlibs_update "update done" zshlibs_log zlibs_update "update done"
popd 2>&1 > /dev/null popd 2>&1 > /dev/null
else else
echo "\$zshlibs_install not set!" echo '$zshlibs_install not set!'
return 1 return 1
zlibs_install zlibs_install
fi fi