mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #12321 from aherrmann/pr_gnuplot_startup
gnuplot: Improve startup performance
This commit is contained in:
commit
ba915f533c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
p=( $(for n in $(fc-list | sed -r -e 's|^([^:]+):.*$|\1|'); do echo $(dirname "$n"); done | sort | uniq) )
|
||||
p=( $(fc-list : file | sed "s@/[^/]*: @@" | sort -u) )
|
||||
IFS=:
|
||||
export GDFONTPATH="${GDFONTPATH}${GDFONTPATH:+:}${p[*]}"
|
||||
unset IFS p
|
||||
|
|
Loading…
Reference in a new issue