On Thu, Nov 24, 2011 at 5:20 AM, Guilherme Bedin <gbe...@gobolinux.org> wrote:
> Hi,
>
> I did a small fix on UnionFS function just change the $dirs variable
> that doesn't exist
> on the Union_Mount function to the $2 argument.
>
>  --- UnionFS.old 2011-11-23 14:14:31.000000000 -0200
> +++ UnionFS     2011-11-23 14:14:06.000000000 -0200
> @@ -31,7 +31,7 @@
>          $sudo_exec mount -t unionfs -o dirs="$2" none "$3"
>          ;;
>       "unionfs-fuse")
> -         $sudo_exec unionfs -o cow -o nonempty "$dirs" "$3";;
> +         $sudo_exec unionfs -o cow -o nonempty "$2" "$3";;
>    esac
>  }
Where is this? The line numbers in the patch don't seem to match up
with Functions/UnionFS, and the version I have does use $2 in that
place. That's both SVN r4379 and in 2.10.2.
-Michael
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to