diff --git a/lib/bb/fetch2/svn.py b/lib/bb/fetch2/svn.py
index 84e15c02d..973f76f00 100644
--- a/lib/bb/fetch2/svn.py
+++ b/lib/bb/fetch2/svn.py
@@ -170,7 +170,7 @@ class Svn(FetchMethod):
             if scmdata == "keep":
                 tar_flags = []
             else:
-                tar_flags = ["--exclude='.svn'"]
+                tar_flags = ["--exclude=.svn"]
 
             # tar them up to a defined filename
             runfetchcmd(['tar'] + tar_flags + ['-czf', ud.localpath, ud.path_spec], d,
