[sway] bash 5.2 broke this (?)
This commit is contained in:
parent
0bda0a9a7f
commit
80f36eac35
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue