aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux/xbmc-standalone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Linux/xbmc-standalone.sh')
-rwxr-xr-xtools/Linux/xbmc-standalone.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/Linux/xbmc-standalone.sh b/tools/Linux/xbmc-standalone.sh
index 25f326de6e..04459e114c 100755
--- a/tools/Linux/xbmc-standalone.sh
+++ b/tools/Linux/xbmc-standalone.sh
@@ -29,12 +29,6 @@ LOOP=1
CRASHCOUNT=0
LASTSUCCESSFULSTART=$(date +%s)
-# Output warning in case ulimit is unsupported by shell
-eval ulimit -c unlimited
-if [ ! $? = "0" ]; then
- echo "xbmc-standalone: ulimit is unsupported by this shell" 1>&2
-fi
-
while [ $(( $LOOP )) = "1" ]
do
$XBMC