In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c10193ec191fbd820c4c7f5198cd3092098ba035?hp=f3e2e2629f0f71cdbc3fe0b9102a74a041e7919a>

- Log -----------------------------------------------------------------
commit c10193ec191fbd820c4c7f5198cd3092098ba035
Author: Aaron Crane <a...@cpan.org>
Date:   Mon Jan 2 18:40:42 2017 +0000

    makedepend.SH: omit trailing "." in progress messages
    
    Since the message ends in the name of a file, I find that the trailing dot
    makes it harder to select the filename in my terminal emulator.
-----------------------------------------------------------------------

Summary of changes:
 makedepend.SH | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makedepend.SH b/makedepend.SH
index e4efae52d6..600288f3de 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -130,7 +130,7 @@ for file in `$cat .clist`; do
     */*) finc="-I`echo $file | sed 's#/[^/]*$##'`" ;;
     *)   finc= ;;
     esac
-    $echo "Finding dependencies for $filebase$_o."
+    $echo "Finding dependencies for $filebase$_o"
     # Below, we strip out all but preprocessor directives.
     # We have to take care of situations like
     #       #if defined(FOO) BAR   /* comment line 1

--
Perl5 Master Repository

Reply via email to