Skip to content
Snippets Groups Projects
Commit 04c5d558 authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: cba1711a5ce78e0f1fe41eb19a609c8c24087fe7
parent 81741eac
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ fi
# Set SPRI file to use (should be generated from the IRDB).
#
# check for faster versions of the spri file first
if [ -f $datapath/a.irdb.fbspri -o $datapath/a.irdb.fbspri.reloc ]; then
if [ -f $datapath/a.irdb.fbspri -o -f $datapath/a.irdb.fbspri.reloc ]; then
command="STRATA_SPRI_FILE=$datapath/a.irdb.fbspri $command"
# default to the slow one
elif [ -f $datapath/a.irdb.bspri ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment