From 4403824260d1b78671b0e4d12e4b1bf215532cb6 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Sat, 28 Sep 2024 11:47:56 -0500 Subject: [PATCH] profile.linux: MOAR Bashisms --- .profile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.linux b/.profile.linux index 6a0ee34..f1d2007 100644 --- a/.profile.linux +++ b/.profile.linux @@ -1 +1 @@ -[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=/tmp/runtime-`id -u` +export XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR:-/tmp/runtime-`id -u`}