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
84810e4d
Commit
84810e4d
authored
Mar 15, 2002
by
Robert Ricci
Browse files
Added '.' to the allowed characters in an image name.
parent
6d43b701
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/frisbeelauncher.in
View file @
84810e4d
...
...
@@ -38,7 +38,7 @@ $imageid = shift @ARGV;
#
# Untaint the argument.
#
if
(
$imageid
=~
/^([-\@\w\+]+)$/
)
{
if
(
$imageid
=~
/^([-\@\w\+
.
]+)$/
)
{
$imageid
=
$
1
;
}
else
{
die
("
Invalid image '
$imageid
' contains illegal characters.
\n
");
...
...
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