mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix typo.
This commit is contained in:
parent
a0097025ac
commit
0f07eca387
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29545
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ registerVM () {
|
|||
|
||||
VM=`/bin/echo "${1}" | sed 's|#.*||'`
|
||||
if [ ! -x ${VM} ]; then
|
||||
/bin/echo "${IAM}: warning: the specified JavaVM \"${VM}\" either not exists of not executable" >&2
|
||||
/bin/echo "${IAM}: warning: the specified JavaVM \"${VM}\" either not exists or not executable" >&2
|
||||
fi
|
||||
|
||||
/bin/ed "${CONF}" >/dev/null <<EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue