[PC-BSD Commits] r7837 - pcbsd-projects/warden/scripts/backend
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 15 13:04:06 PDT 2010
Author: kris
Date: 2010-10-15 13:04:05 -0700 (Fri, 15 Oct 2010)
New Revision: 7837
Modified:
pcbsd-projects/warden/scripts/backend/mkinmate.sh
Log:
Fixed typo in mkinmate.sh
Modified: pcbsd-projects/warden/scripts/backend/mkinmate.sh
===================================================================
--- pcbsd-projects/warden/scripts/backend/mkinmate.sh 2010-10-15 19:56:57 UTC (rev 7836)
+++ pcbsd-projects/warden/scripts/backend/mkinmate.sh 2010-10-15 20:04:05 UTC (rev 7837)
@@ -24,7 +24,7 @@
exit 5
fi
-chk=`echo "${IFILE}" | cut -c 1-1`
+chk=`echo "${IDIR}" | cut -c 1-1`
if [ "${chk}" != "/" ]
then
IDIR="${PWD}/${IDIR}"
@@ -34,7 +34,7 @@
# Make the inmate now
#####################################################################
-# First lets check for the presence of the requred files
+# First lets check for the presence of the required files
# Check for conf/inmate-name
if [ -e "${IDIR}/conf/inmate-name" -a ! -z "`cat ${IDIR}/conf/inmate-name`" ]
More information about the Commits
mailing list