groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/02: [glilypond] Minor syntax fixes.


From: Werner LEMBERG
Subject: [groff] 01/02: [glilypond] Minor syntax fixes.
Date: Fri, 20 Mar 2015 11:03:21 +0000

wl pushed a commit to branch master
in repository groff.

commit 43811015fcb61dbbf9bcd36b3257d63124c343a8
Author: Ralph Corderoy <address@hidden>
Date:   Fri Mar 20 11:56:42 2015 +0100

    [glilypond] Minor syntax fixes.
---
 contrib/glilypond/ChangeLog    |    4 ++++
 contrib/glilypond/glilypond.pl |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index e124b3d..1404a6a 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-20  Ralph Corderoy  <address@hidden>
+
+       * glilypond.pl: Minor syntax fixes.
+
 2015-03-20  Werner LEMBERG  <address@hidden>
 
        * glilypond.pl <read files or stdin>: Fix typo.
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index 48101be..4051350 100755
--- a/contrib/glilypond/glilypond.pl
+++ b/contrib/glilypond/glilypond.pl
@@ -13,7 +13,7 @@ package main;
 # use diagnostics;
 
 use Carp;
-$SIG[__DIE__] = sub { &Carp::croak; };
+$SIG{__DIE__} = sub { &Carp::croak; };
 
 use Data::Dumper;
 
@@ -406,7 +406,7 @@ our $Temp =
          $Temp->{'eps_dir'} = $dir;
          $make_dir = TRUE;
        } else { # could not remove
-         stderr->print(  "Could not use EPS dir `" . $dir .
+         $stderr->print( "Could not use EPS dir `" . $dir .
                          "', use temp dir." );
        } # end of unlink
       } # end test of -d $dir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]