unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45645: Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe
@ 2021-01-04  1:52 luhux
  2021-01-04 14:14 ` Efraim Flashner
  2021-06-10  6:47 ` Leo Prikler
  0 siblings, 2 replies; 6+ messages in thread
From: luhux @ 2021-01-04  1:52 UTC (permalink / raw)
  To: 45645



Sorry for submitting the wrong patch.

Recently, when I checked the sdcv source code, I found that this environment variable does not support multiple paths and is separated by colons.


```
    const gchar *stardict_data_dir = g_getenv("STARDICT_DATA_DIR");
    std::string data_dir;
    if (!opt_data_dir) {
        if (!only_data_dir) {
            if (stardict_data_dir)
                data_dir = stardict_data_dir;
            else
                data_dir = "/usr/share/stardict/dic";
        }
    } else {
        data_dir = get_impl(opt_data_dir);
    }

```

Please revoke the content of this commit.

luhux




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-10  6:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04  1:52 bug#45645: Please revoke this commit: 7dd1a2174a8376c521dcf271e3b76f64096074fe luhux
2021-01-04 14:14 ` Efraim Flashner
2021-03-26  9:21   ` zimoun
2021-03-29 13:15     ` Efraim Flashner
2021-06-09 21:48       ` zimoun
2021-06-10  6:47 ` Leo Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).