aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-07-11 20:17:02 -0500
committerJesús <heckyel@hyperbola.info>2018-07-11 20:17:02 -0500
commit5ff6ab1a27e1ef8249b022e46c56030520514549 (patch)
tree75d0eba8893efca35794f149bba79c81c81fbff9
parent844e29112a2c7e0392ab9ba07cb5e60fd15f8bf3 (diff)
downloadlibresocial-5ff6ab1a27e1ef8249b022e46c56030520514549.tar.lz
libresocial-5ff6ab1a27e1ef8249b022e46c56030520514549.tar.xz
libresocial-5ff6ab1a27e1ef8249b022e46c56030520514549.zip
fix name syntax on 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