Skip to content

Commit

Permalink
Escape paths in build command line
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 16, 2013
1 parent 00ffc25 commit 74e23b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For more details: http://pswinkels.blogspot.ca/2010/04/debugging-python-code-fro
(format
(concat "%s "
(if nose-use-verbose "-v " "")
"%s -w %s -c %ssetup.cfg %s")
"%s -w \"%s\" -c \"%ssetup.cfg\" \"%s\"")
nose args where where tnames)))
)

Expand Down

0 comments on commit 74e23b5

Please sign in to comment.