commit 077542bba7acfefa404a7e21eac89899f62c2503 from: Benjamin Stürz date: Wed Dec 11 15:47:09 2024 UTC make: fix error message commit - b2ea22d36378a1c0e86d7875ea8415df6ee2e1a8 commit + 077542bba7acfefa404a7e21eac89899f62c2503 blob - 80e350796bb8fa7f844a829b63b22cedcbfaf4c8 blob + c94aa231b98f645efc834ce2499d078387c7858a --- make/make.c +++ make/make.c @@ -1084,7 +1084,7 @@ struct expand_ctx *ctx; free (v); v = str_release (&new); } else { - errx (1, "%s: invalid modifier: ':%s' in '%s'", sc_path_str (sc), str_get (&old), orig); + errx (1, "%s: invalid modifier: ':%s' in '${%s'", sc_path_str (sc), str_get (&old), orig); } }