[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
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
LOGFILE=/tmp/wsession-errors
|
# LOGFILE=/tmp/wsession-errors
|
||||||
true > \$LOGFILE
|
# true > \$LOGFILE
|
||||||
exec \&> \$LOGFILE
|
# exec &> \$LOGFILE
|
||||||
set -x
|
# set -x
|
||||||
echo "sway Starting: \$( date )"
|
# echo "sway Starting: \$( date )"
|
||||||
|
|
||||||
# avoid wlr error
|
# avoid wlr error
|
||||||
unset DISPLAY
|
unset DISPLAY
|
||||||
|
|
Loading…
Reference in a new issue