From 4e8d19d1e06c367b1978f05f3be4a8f15f8cb1e8 Mon Sep 17 00:00:00 2001 From: Maarten Bezemer Date: Wed, 1 Oct 2014 23:17:14 +0200 Subject: Improve portability --- tools/Linux/xbmc.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Linux/xbmc.sh.in b/tools/Linux/xbmc.sh.in index 14a082b253..ce850fda82 100644 --- a/tools/Linux/xbmc.sh.in +++ b/tools/Linux/xbmc.sh.in @@ -84,7 +84,7 @@ print_crash_report() echo "############### STACK TRACE #################" >> $FILE if command_exists gdb; then if command_exists systemd-coredumpctl; then - systemd-coredumpctl dump -o core xbmc.bin &> /dev/null + systemd-coredumpctl dump -o core xbmc.bin > /dev/null 2>&1 fi single_stacktrace "$PWD" 1 # Find in plugins directories -- cgit v1.2.3