Correct typo

This commit is contained in:
Kris Kennaway 2005-07-24 20:35:07 +00:00
parent 43e51e96fc
commit a42f81135d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140033

View File

@ -40,7 +40,7 @@ done
chrootnum=$$
# If we didn't find a pre-existing directory, create and claim a new one.
while [ ${found} != 1 ]; do
chrootnum=$((chrootnum+1))
chrootnum=$(($chrootnum+1))
chroot=${chrootdir}/${chrootnum}
mkdir -p ${chroot} 2>/dev/null || continue
mkdir ${chroot}/used 2>/dev/null || continue