aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authorvdrfan <vdrfan-nospam@xbmc.org>2011-02-27 23:18:15 +0100
committervdrfan <vdrfan-nospam@xbmc.org>2011-02-27 23:20:05 +0100
commit65d95bd717db7c79cf60fdd89a947bc1f9099648 (patch)
tree431f047ee2a85291957daee6c11217795dfb0275 /tools/Linux
parented697588c890a13685d3d6b3cecb6d22e851aac1 (diff)
fixed: xbmc-standalone command line args (fixes #9879)
Diffstat (limited to 'tools/Linux')
-rwxr-xr-xtools/Linux/xbmc-standalone.sh.in2
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@