]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
screenrc: use full path in "shell" option
authorSimon Ruderich <simon@ruderich.org>
Sun, 17 Apr 2022 17:07:25 +0000 (19:07 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 17 Apr 2022 17:07:25 +0000 (19:07 +0200)
commit6f8099604093942d13762283a24c95d8bf8d2e25
tree3aa9fe2a056c097ee00459df0b47e1ae813e08cd
parent45c43298d87faec99847d517b5322070a74b9d36
screenrc: use full path in "shell" option

GNU screen uses the value of "shell" for the $SHELL environment
variable. Having a non-absolute path there can cause issues. For
example, `ssh` uses $SHELL when running "Match exec" commands which fail
because it uses access() to verify if the shell exists.
shell/screenrc.in
shell/setup.sh