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 761192 - Use portable test for zeitgeist
Use portable test for zeitgeist
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: general
git master
Other All
: Normal enhancement
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2016-01-27 16:33 UTC by coypu
Modified: 2016-01-27 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix it (1.04 KB, patch)
2016-01-27 16:33 UTC, coypu
committed Details | Review

Description coypu 2016-01-27 16:33:39 UTC
Created attachment 319859 [details] [review]
Patch to fix it

== is a bash specific string equality test.
= is general, see test(1).
Comment 1 Philip Withnall 2016-01-27 17:25:51 UTC
Thanks for the patch.