]> andersk Git - gssapi-openssh.git/commitdiff
o Bugfix.
authorcphillip <cphillip>
Tue, 14 May 2002 19:04:01 +0000 (19:04 +0000)
committercphillip <cphillip>
Tue, 14 May 2002 19:04:01 +0000 (19:04 +0000)
setup/setup-openssh.pl

index 0b8eb5f936f915ea9ec6ce7e4892a39364228978..9686bb94265cce84376c46653db2ad6e832b1484 100644 (file)
@@ -236,7 +236,7 @@ sub fixpaths
 
     if ( ! -f "$f" )
     {
-        printf("Cannot find $f!");
+        printf("Cannot find $f!\n");
         return;
     }
 
This page took 0.047674 seconds and 5 git commands to generate.