diff options
author | Tobias Arrskog <topfs2@xbmc.org> | 2014-12-22 14:33:55 +0100 |
---|---|---|
committer | Tobias Arrskog <topfs2@kodi.tv> | 2015-02-01 21:28:23 +0100 |
commit | 69d48c740db2ea1518e4a9924e0986d58540eb6a (patch) | |
tree | fa0f58962353e5b44015658b04ea5d72331787fd /tools/Linux/kodi.sh.in | |
parent | 6d106e9a5ca8ce07b69952e0ef96515e4d945385 (diff) |
Remove FEH
Diffstat (limited to 'tools/Linux/kodi.sh.in')
-rw-r--r-- | tools/Linux/kodi.sh.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Linux/kodi.sh.in b/tools/Linux/kodi.sh.in index 35dee2c323..43290f81d9 100644 --- a/tools/Linux/kodi.sh.in +++ b/tools/Linux/kodi.sh.in @@ -138,11 +138,6 @@ print_crash_report() } migrate_home -python @datadir@/${bin_name}/FEH.py $SAVED_ARGS -RET=$? -if [ $RET -ne 0 ]; then - exit $RET -fi if command_exists gdb; then # Output warning in case ulimit is unsupported by shell |