Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pcy
sspt
Commits
79d28eed
Commit
79d28eed
authored
May 06, 2018
by
pcy
Browse files
fix escaping bug
parent
431f9a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
local/libexec/sspt/sspt-strace
View file @
79d28eed
...
...
@@ -77,7 +77,7 @@ main() {
exit
1
fi
(
.
"
$SSPT_DL_DIR
/
$
(
escape_string
"
$1
"
)
/.sspt"
;
\
(
.
"
$SSPT_DL_DIR
/
$
1
/.sspt"
;
\
[
"
$SSPT_TRACK_FILES
"
=
"no"
]
&&
exit
1
||
exit
0
)
if
[
$?
-eq
0
]
;
then
run_strace
"
$@
"
||
exit
1
...
...
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