Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 986ca18

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_conf/src/sage_conf.py.in: replace subst by replace
1 parent 5161d65 commit 986ca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/sage_conf/src/sage_conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NTL_LIBDIR = "@NTL_LIBDIR@"
1818

1919
# Path to the ecl-config script
2020
# TODO: At the moment this is hard-coded, needs to be set during the configure phase if we want to support system-installed ecl.
21-
ECL_CONFIG = "${prefix}/bin/ecl-config".subst('${prefix}', SAGE_LOCAL)
21+
ECL_CONFIG = "${prefix}/bin/ecl-config".replace('${prefix}', SAGE_LOCAL)
2222

2323
SAGE_NAUTY_BINS_PREFIX = "@SAGE_NAUTY_BINS_PREFIX@"
2424

0 commit comments

Comments
 (0)