X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=1bf5215900cd3e06025f51f7d686d840a37c7019;hb=f88674d3152d00fa0c67a95d495cf341d1a495a4;hp=616be4e69d0ec13274b5ee76d2d13eb323e43ecc;hpb=506b1084a423c7b3462495db47bc5762133197e5;p=profile.git diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 616be4e..1bf5215 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -27,7 +27,7 @@ else fi # Override SCREENDIR iff screen is not setuid. -screen=$(which screen 2>/dev/null) +screen=$(which screen &>/dev/null) if [ ! -z "$screen" ]; then if ! ls -l "$screen" | cut -d ' ' -f 1 | grep s >/dev/null; then export SCREENDIR="$HOME/.screen/$HOSTNAME"