Codebase list fonts-sil-abyssinica / run/2e6591ab-8047-4f1e-ada3-cdf983e2ada1/main preflightfl
run/2e6591ab-8047-4f1e-ada3-cdf983e2ada1/main

Tree @run/2e6591ab-8047-4f1e-ada3-cdf983e2ada1/main (Download .tar.gz)

preflightfl @run/2e6591ab-8047-4f1e-ada3-cdf983e2ada1/mainraw · history · blame

#!/bin/sh

# Correct the UFOs.  Uses checkfix=None since otherwise it would report errors and warnings prior them being fixed by the script
echo "-----Updating the UFOs"
set -e
psffixfontlab source/AbyssinicaSIL-Regular.ufo/ -p checkfix=none
# Once running smoothly, can add "&" to end of above 4 lines and uncomment the "wait" below.
# For now better not having log messages mixed together
# wait

# Delete old backups
echo "-----Deleting backup UFOs created by FontLab"

if ls source/AbyssinicaSIL-*.*-*.ufo > /dev/null 2>&1
then
  rm -r source/AbyssinicaSIL-*.*-*.ufo
fi


./preflight