From 8f46d9c21bf3f6a172180b151afcf2443e58517d Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 30 Jul 2013 01:06:05 -0700 Subject: [PATCH] Fix a py3 syntax error, use print() Bug reported by Michael Weber --- targets/support/chroot-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 75ad7f9f..5c30537b 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -287,7 +287,7 @@ show_debug() { echo "DEBUG:" echo "Profile/target info:" echo "Profile inheritance:" - python -c 'import portage; print portage.settings.profiles' + python -c 'import portage; print(portage.settings.profiles)' echo # TODO: make this work on non-portage emerge --info -- 2.26.2