s/Exit/exit/ on pkg-install

Reported by:	lawrance
This commit is contained in:
Renato Botelho 2005-10-03 10:22:06 +00:00
parent eddd4ab8f9
commit 0d96ff2ed4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144047

View File

@ -70,4 +70,4 @@ if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
fi
fi
Exit 0
exit 0