diff options
author | vdrfan <vdrfan-nospam@xbmc.org> | 2011-02-27 23:18:15 +0100 |
---|---|---|
committer | vdrfan <vdrfan-nospam@xbmc.org> | 2011-02-27 23:20:05 +0100 |
commit | 65d95bd717db7c79cf60fdd89a947bc1f9099648 (patch) | |
tree | 431f047ee2a85291957daee6c11217795dfb0275 /tools/Linux | |
parent | ed697588c890a13685d3d6b3cecb6d22e851aac1 (diff) |
fixed: xbmc-standalone command line args (fixes #9879)
Diffstat (limited to 'tools/Linux')
-rwxr-xr-x | tools/Linux/xbmc-standalone.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/xbmc-standalone.sh.in b/tools/Linux/xbmc-standalone.sh.in index 188aad59aa..c0946c33e5 100755 --- a/tools/Linux/xbmc-standalone.sh.in +++ b/tools/Linux/xbmc-standalone.sh.in @@ -18,7 +18,7 @@ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. # http://www.gnu.org/copyleft/gpl.html -XBMC="xbmc --standalone \"$@\"" +XBMC="xbmc --standalone $@" @XBMC_STANDALONE_SH_PULSE@ |