diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-12 10:36:53 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-12 10:36:53 +0300 |
commit | 50f97722d80c7cfee247a3ebb0f8cfbed943033b (patch) | |
tree | 4df309f5bcf5f650d52de19c317b7cf726729ac9 /pc/GenMakefileTst.awk | |
parent | da5841b37f85873a627e169d4ee93916f0372ba2 (diff) | |
download | egawk-50f97722d80c7cfee247a3ebb0f8cfbed943033b.tar.gz egawk-50f97722d80c7cfee247a3ebb0f8cfbed943033b.tar.bz2 egawk-50f97722d80c7cfee247a3ebb0f8cfbed943033b.zip |
Finish fixing GenMakefiletst.awk script.
Diffstat (limited to 'pc/GenMakefileTst.awk')
-rw-r--r-- | pc/GenMakefileTst.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/GenMakefileTst.awk b/pc/GenMakefileTst.awk index daa720c1..964573c9 100644 --- a/pc/GenMakefileTst.awk +++ b/pc/GenMakefileTst.awk @@ -109,7 +109,7 @@ function print_recipe( i, start) return # First line if it's @echo $@ - if (recipe_lines[2] ~ /\t@echo $@/) { + if (recipe_lines[2] ~ /\t@echo [$]@/) { start = 3 print recipe_lines[2] } else |