From: Chris Koeritz Date: Thu, 30 Apr 2020 19:39:52 +0000 (-0400) Subject: fixed misplaced quoting for new imported xauth X-Git-Tag: 2.140.117^2~7 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=bc4b351c874f6b2ebe12c6965e75ce676cf2a8cc fixed misplaced quoting for new imported xauth --- 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 ##############