After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689823 - [PATCH] caribou-preferences: Fix expansion of LD_LIBRARY_PATH
[PATCH] caribou-preferences: Fix expansion of LD_LIBRARY_PATH
Status: RESOLVED FIXED
Product: caribou
Classification: Applications
Component: default
git master
Other Linux
: Normal normal
: ---
Assigned To: caribou-maint
caribou-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-06 23:36 UTC by Colin Walters
Modified: 2012-12-07 02:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] caribou-preferences: Fix expansion of LD_LIBRARY_PATH (1.14 KB, patch)
2012-12-06 23:36 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-12-06 23:36:12 UTC
Created attachment 230936 [details] [review]
[PATCH] caribou-preferences: Fix expansion of LD_LIBRARY_PATH

Add the missing $ - otherwise we just get a literal string
"LD_LIBRARY_PATH".
---
 bin/caribou-preferences.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 1 Daiki Ueno 2012-12-07 01:57:07 UTC
Review of attachment 230936 [details] [review]:

Looks good to me.