Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
9c650f6e
Commit
9c650f6e
authored
Jul 22, 2013
by
Leigh B Stoller
Browse files
Minor bug fix for hrn.
parent
daf45cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSlice.pm.in
View file @
9c650f6e
...
...
@@ -363,7 +363,7 @@ sub slicename($)
{
my
($
self
)
=
@
_
;
my
($
slicename
)
=
($
self
->
hrn
()
=~
/^.*\.(\
w
*)$/);
my
($
slicename
)
=
($
self
->
hrn
()
=~
/^.*\.(
[-
\
w
]
*)$/);
$
slicename
=
$
self
->
hrn
()
if
(
!defined($slicename));
...
...
Write
Preview
Supports
Markdown
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