projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d3b0a
)
fixed misplaced quoting for new imported xauth
author
Chris Koeritz
<cak0l@virginia.edu>
Thu, 30 Apr 2020 19:39:52 +0000
(15:39 -0400)
committer
Chris Koeritz
<cak0l@virginia.edu>
Thu, 30 Apr 2020 19:39:52 +0000
(15:39 -0400)
scripts/core/launch_feisty_meow.sh
patch
|
blob
|
history
diff --git
a/scripts/core/launch_feisty_meow.sh
b/scripts/core/launch_feisty_meow.sh
index 4a6184e687571f4a8c8404eaa09dd0e334eaa2b1..913f82b43b2ac6c53273ecb2caa368799d5d21cf 100644
(file)
--- 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
##############