From 4af610b8464eb9f97f148f5676a3e392221f6f46 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 7 Sep 1993 01:01:32 +0000 Subject: [PATCH] Nailed one last lurking ^L. --- usr.sbin/pkg_install/info/perform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 418adb33c4f..7b75f485fbc 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -138,7 +138,7 @@ pkg_do(char *pkg) show_file("De-Install script:\n", DEINSTALL_FNAME); if (Flags & SHOW_PREFIX) show_plist("Prefix(s):\n", &plist, PLIST_CWD); - putchar('\014'); + puts(InfoPrefix); } free_plist(&plist); leave_playpen();