[Pkg-blender-maintainers] Bug#380580: blender wrapper script doesn't quote arguments

Wesley J. Landaker wjl at icecavern.net
Mon Jul 31 03:13:53 CEST 2006


Package: blender
Version: 2.42-1
Severity: normal
Tags: patch

Because the blender wrapper script doesn't quote it's arguments
properly, it's impossible to load files with spaces or other shell
metacharacters from either the command line, or through any other
program (e.g. "Open With... 'blender'" from a KDE GUI).

Fortunately, the fix is very very easy:
Replace the last line in /usr/bin/blender like this:

-blender-bin $@
+blender-bin "$@"




More information about the Pkg-blender-maintainers mailing list