Skip to content

Commit

Permalink
fix typo x2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazypwny751 committed Oct 15, 2022
1 parent 86bbe34 commit 8800c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bash-5.1.16/os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ os:check:have() {
--entity)
shift
while [[ "${#}" -gt 0 ]] ; do
if [[ -e "${1}" ]] ; then
if ! [[ -e "${1}" ]] ; then
echo -e "\t${0##*/}: \033[0;31mFATAL\033[0m: ${FUNCNAME##*:}: '${1}' doesn't exist."
local status="false"
fi
Expand Down

0 comments on commit 8800c8e

Please sign in to comment.