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
 }


Cheers,
Guilherme
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to