From c6f5fd206693d6a79d6ba36ed521eebade170a74 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 24 May 2020 23:39:09 -0500 Subject: [PATCH] firestarter: Fix option declaration --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 37f2b1e7..749cafd5 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,5 +1,6 @@ #!/bin/bash if [ -x "$HOME/.firestarter/firestarter" ]; then - exec FS_DIEONWM=true "$HOME/.firestarter/firestarter" + export FS_DIEONWM=true + exec "$HOME/.firestarter/firestarter" | tee .firestarter.log fi