Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 5fdb05e

Browse files
authored
Merge pull request #213 from jan-cerny/chown_quote
Fix SCAP Workbench errors shown in Diagnostics Windows
2 parents 18eded2 + 9a85a7d commit 5fdb05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scap-workbench-oscap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function chown_copy
9393

9494
# chown only required if wrapper_{uid,gid} differs from real_{uid,gid}
9595
if [ $wrapper_uid -ne $real_uid ] || [ $wrapper_gid -ne $real_gid ]; then
96-
chown $wrapper_uid:$wrapper_gid $where
96+
chown $wrapper_uid:$wrapper_gid "$where"
9797
fi
9898
}
9999

0 commit comments

Comments
 (0)