From bc4b351c874f6b2ebe12c6965e75ce676cf2a8cc Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 30 Apr 2020 15:39:52 -0400 Subject: [PATCH] fixed misplaced quoting for new imported xauth --- scripts/core/launch_feisty_meow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 4a6184e6..913f82b4 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -97,7 +97,7 @@ if [ "$NO_REPAIRS_NEEDED" == "true" ]; then # this allows root or other su'd identities to create windows with same # display variable. if [ ! -z "$DISPLAY" -a ! -z "$IMPORTED_XAUTH" ]; then - xauth add "$IMPORTED_XAUTH" + xauth add $IMPORTED_XAUTH fi ############## -- 2.34.1