From 555d6b504308eac6b976321ce938ee4bec62c354 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 28 Sep 2010 10:13:24 +0200 Subject: Fix option escaping for fusermount. If the "fsname=" option contained a comma then the option parser in fusermount was confused (Novell bugzilla #641480). Fix by escaping commas when passing them over to fusermount. Reported by Jan Engelhardt --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c76baf0..65a37c7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ *.lo *.la *.gz +\#*# +*.orig +*~ Makefile.in Makefile *.m4 -- cgit v1.2.3