Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Gustedt
P99 - macros and functions for C99
Commits
a7bac330
Commit
a7bac330
authored
Jun 01, 2018
by
Jens Gustedt
Browse files
add proper line number information for perl scripts
parent
82604f27
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/findSvnAuthors
View file @
a7bac330
...
...
@@ -3,7 +3,7 @@
eval
'
exec perl -wS -x $0 ${1+"$@"}
'
if
0
;
#### for this magic, see findSvnAuthors ####
#!perl
#
#
line 7
#
# Except for parts copied from previous work and as explicitly stated below,
# the authors and copyright holders for this work are as follows:
...
...
@@ -562,7 +562,7 @@ INTERPRETER
chomp
$slogan
;
$slogan
.=
"
${execname}
####
";
print
"
${slogan}
\n
#!perl
\n
";
print
"
${slogan}
\n
#!perl
\n
#line 7
\n
";
$
{
slogan
}
=
"";
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment