From 6d91b534f2cf3a76d7740542544e3388e12c6456 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sat, 27 Sep 2014 07:27:26 +0000 Subject: - Fix awk issue in add-plist-post, if python 3.x is the default PR: 193966 Submitted by: corsmith@gmail.com With hat: python@ --- Mk/Uses/python.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'Mk/Uses') diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 0a378bfcb67c..b324652cf141 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -589,7 +589,6 @@ add-plist-post: /^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ /^@dirrmtry / {d = substr($$0, 11); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \ {print} \ - END \ ' \ pc="__pycache__" mt="$$(${PYMAGICTAG})" \ ${TMPPLIST} > ${TMPPLIST}.pyc_tmp -- cgit