summaryrefslogtreecommitdiff
path: root/contrib/glilypond/glilypond.pl
diff options
context:
space:
mode:
authorRalph Corderoy <ralph@inputplus.co.uk>2015-03-20 11:56:42 +0100
committerWerner Lemberg <wl@gnu.org>2015-03-20 12:02:36 +0100
commit43811015fcb61dbbf9bcd36b3257d63124c343a8 (patch)
treece2719491d75851dce98a286b8c40be7c21fbfab /contrib/glilypond/glilypond.pl
parentba8d13d944da7ee774206268db02b670beb33170 (diff)
downloadgroff-git-43811015fcb61dbbf9bcd36b3257d63124c343a8.tar.gz
[glilypond] Minor syntax fixes.
Diffstat (limited to 'contrib/glilypond/glilypond.pl')
-rwxr-xr-xcontrib/glilypond/glilypond.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index 48101be78..405135068 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