Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Elijah Grubb
emulab-devel
Commits
b17b7ba4
Commit
b17b7ba4
authored
May 15, 2018
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perl 5.26 change; INC does not include "."
parent
b846d709
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
db/dbupdate.in
db/dbupdate.in
+4
-1
No files found.
db/dbupdate.in
View file @
b17b7ba4
#!/usr/bin/perl -w
#!/usr/bin/perl -w
#
#
# Copyright (c) 2009-201
2
University of Utah and the Flux Group.
# Copyright (c) 2009-201
8
University of Utah and the Flux Group.
#
#
# {{{EMULAB-LICENSE
# {{{EMULAB-LICENSE
#
#
...
@@ -234,6 +234,9 @@ foreach my $file (@files) {
...
@@ -234,6 +234,9 @@ foreach my $file (@files) {
# Undefine this to make sure we get a new version each file.
# Undefine this to make sure we get a new version each file.
undef
&DoUpdate
;
undef
&DoUpdate
;
# Perl 5.26 change.
$file
=
"
./
$file
";
# This just loads the file.
# This just loads the file.
my
$return
=
do
$file
;
my
$return
=
do
$file
;
if
(
!
defined
(
$return
))
{
if
(
!
defined
(
$return
))
{
...
...
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