1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-10-30 23:43:47 +02:00

install.sh: Remove unused code

[why]
This is a forgotten leftover from commit
  6edfff3d3  install.sh: Avoid arbitrary cmd exe

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow
2025-05-08 10:55:52 +02:00
parent ca0b8c60fe
commit cad5f30532

View File

@@ -136,18 +136,6 @@ fi
#
# Start constructing `find` expression
#
implode() {
# $1 is return variable name
# $2 is sep
# $3... are the elements to join
local retname=$1 sep=$2 ret=$3
shift 3 || shift $(($#))
while [ $# -gt 0 ]; do
ret=$ret$sep$1
shift
done
printf -v "$retname" "%s" "$ret"
}
# Which Nerd Font variant
if [ "$variant" = "M" ]; then