Browse Source

fix typo..

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@6378 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
0f69652ef6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vbuilder.sh.in

+ 1 - 1
vbuilder.sh.in

@@ -524,7 +524,7 @@ mount-chroot-mount(){
 	    if [ $with_unionfs -eq 1 ]; then
 		[ -d ${UNIONFS_ROOT} ] || mkdir -p ${UNIONFS_ROOT}
 		/sbin/modprobe aufs >& /dev/null ||:
-		if ( grep -q aufs /proc/filesystem ) ; then
+		if ( grep -q aufs /proc/filesystems ) ; then
 		    [ -z "$(mount | grep ${UNIONFS_ROOT})" ] && \
 		        mount -t aufs -o br=${UNIONFS_ROOT}=rw:${BUILD_ROOT}=ro aufs ${BUILD_ROOT}
 		else