aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cac9c9f..d3f1c67 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
# Generated of fonts
#
# build
-if [[ -n "$(ls -a ./lab/)" && -f ./lab/metadata.json && -f ./lab/svgs2ttf.py ]];
+if [[ -n "$(ls -a ./lab/)" && -f ./lab/metadata.json && -f ./lab/svg2ttf.py ]];
then
./lab/svg2ttf.py ./lab/metadata.json
fi