kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 509f13b5072551654bb04878483e61f74b56d415
parent 33252dfe096fd5a8194dd31e1abdc202fbf125de
Author: aabacchus <ben@bvnf.space>
Date:   Sun,  2 May 2021 13:38:53 +0100

fantasque-sans-mono: shellcheck

Diffstat:
Mfantasque-sans-mono/build | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fantasque-sans-mono/build b/fantasque-sans-mono/build @@ -1,6 +1,6 @@ #!/bin/sh -e -mkdir -p $1/usr/share/fonts/TTF \ - $1/usr/share/fonts/OTF -cp *.ttf $1/usr/share/fonts/TTF/ -cp *.otf $1/usr/share/fonts/OTF/ +mkdir -p "$1"/usr/share/fonts/TTF \ + "$1"/usr/share/fonts/OTF +cp ./*.ttf "$1"/usr/share/fonts/TTF/ +cp ./*.otf "$1"/usr/share/fonts/OTF/