[sway] bash 5.2 broke this (?)

This commit is contained in:
Gwenhael Le Moine 2022-09-30 11:36:03 +02:00
parent 0bda0a9a7f
commit 80f36eac35
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -73,11 +73,11 @@ cat <<EOF > "$PKG$PREFIX/bin/start_sway.sh"
#!/bin/bash
set -e
LOGFILE=/tmp/wsession-errors
true > \$LOGFILE
exec \&> \$LOGFILE
set -x
echo "sway Starting: \$( date )"
# LOGFILE=/tmp/wsession-errors
# true > \$LOGFILE
# exec &> \$LOGFILE
# set -x
# echo "sway Starting: \$( date )"
# avoid wlr error
unset DISPLAY