From 6c09f88dec3090d16feb82000606da46a30480d5 Mon Sep 17 00:00:00 2001 From: Mike Small Date: Thu, 26 Nov 2020 12:03:45 -0500 Subject: [PATCH] Makefile: make sure latest_perl can be found. How did this work on other systems? They had PWD in the PATH? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a83d416..aa865f5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ frfac: - sed '1s@^.*$$@\#\!'$$(latest_perl)@ frfac.in > frfac + sed '1s@^.*$$@\#\!'$$(./latest_perl)@ frfac.in > frfac check: `./latest_perl` -wc frfac.in