Skip to content

Commit 5c0a937

Browse files
authored
remove unnecessary quotes
1 parent f5cd349 commit 5c0a937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile.PL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ sub compileAndRun {
117117
my $inc = join " ", grep /^-I/, shellwords($plplot_include_path);
118118

119119
check_lib(
120-
ccflags => "$plplot_include_path",
121-
ldflags => "$libs",
122-
INC => "$inc",
123-
LIBS => "$libs",
120+
ccflags => $plplot_include_path,
121+
ldflags => $libs,
122+
INC => $inc,
123+
LIBS => $libs,
124124
header => [ 'stdio.h', $header ],
125125
function => $code,
126126
analyze_binary => sub {

0 commit comments

Comments
 (0)