1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

s/warn/info/

This commit is contained in:
Mike Makonnen 2003-06-20 19:36:56 +00:00
parent 8923e98bdc
commit 0e08168e03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116628

View File

@ -166,7 +166,7 @@ shell_exists()
fi
fi
! [ -x "$_sh" ] &&
warn "The shell ($_sh) does not exist or is not executable."
info "The shell ($_sh) does not exist or is not executable."
return 0
}