summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/audacious/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/audacious/package.py')
-rw-r--r--var/spack/repos/builtin/packages/audacious/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/audacious/package.py b/var/spack/repos/builtin/packages/audacious/package.py
index 4cce09e0fc..1d6634780b 100644
--- a/var/spack/repos/builtin/packages/audacious/package.py
+++ b/var/spack/repos/builtin/packages/audacious/package.py
@@ -28,7 +28,7 @@ class Audacious(AutotoolsPackage):
def patch(self):
search_path_args = " ".join(self.autoreconf_search_path_args)
- search_path_str = "-I m4 {0}".format(search_path_args)
+ search_path_str = f"-I m4 {search_path_args}"
filter_file("-I m4", search_path_str, "autogen.sh")
def autoreconf(self, spec, prefix):