From 6d055fe15083bee76f59d3df38da3f1cb1f7e205 Mon Sep 17 00:00:00 2001 From: cphillip Date: Tue, 14 May 2002 19:04:01 +0000 Subject: [PATCH] o Bugfix. --- setup/setup-openssh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 0b8eb5f..9686bb9 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -236,7 +236,7 @@ sub fixpaths if ( ! -f "$f" ) { - printf("Cannot find $f!"); + printf("Cannot find $f!\n"); return; } -- 2.45.2