ref(posix): various whitespace and text style updates

This commit is contained in:
AJ ONeal
2023-11-07 00:34:41 +00:00
parent b56229ca62
commit e39e9722d7
2 changed files with 4 additions and 2 deletions

View File

@@ -40,5 +40,7 @@ pkg_link() {
}
pkg_done_message() {
echo "Installed 'node' and 'npm' at $pkg_dst"
b_dst="$(fn_sub_home "${pkg_dst}")"
echo ""
echo " Installed $(t_pkg 'node') and $(t_pkg 'npm') at $(t_path "${b_dst}/")"
}

View File

@@ -1,2 +1,2 @@
echo >&2 "vcruntime140.dll is only for Windows"
echo >&2 " $(t_err 'Error: vcruntime140.dll is only for Windows')"
exit 1