Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KPMCore
Commits
770e16eb
Commit
770e16eb
authored
Dec 28, 2021
by
Tomaz Canabrava
Committed by
Andrius Štikonas
Dec 28, 2021
Browse files
Use --recursive instead of -r
parent
36bb57c0
Pipeline
#115223
passed with stage
in 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/fs/filesystem.cpp
View file @
770e16eb
...
...
@@ -162,7 +162,7 @@ bool FileSystem::execChangePosixPermission(Report& report, const QString& device
{
d
->
m_posixPermissions
,
tmpDir
.
path
(),
QStringLiteral
(
"-
R
"
)
QStringLiteral
(
"-
-recursive
"
)
});
const
bool
chmodStep
=
chmodCmd
.
run
()
&&
chmodCmd
.
exitCode
()
==
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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