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
c65576e8
Commit
c65576e8
authored
Mar 21, 2007
by
Russ Fish
Browse files
Fix the escapeshellarg function, used where checkpass is invoked in backticks.
parent
5ca38dbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/newuser.in
View file @
c65576e8
...
...
@@ -442,7 +442,7 @@ sub escapeshellarg($)
{
my
(
$str
)
=
@_
;
$str
=~
s/
(')/'\\''
/g
;
$str
=~
s/
[^[:alnum:]]/\\$&
/g
;
return
$str
;
}
...
...
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