mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:39:25 -05:00
quotes fix
This commit is contained in:
parent
e20b9e2133
commit
bce5274a15
@ -72,11 +72,7 @@ done
|
||||
|
||||
if [[ "$@" = "" ]]; then
|
||||
## Call original pkexec in case there are no arguments.
|
||||
if [[ "$original_args" = "" ]]; then
|
||||
pkexec.security-misc-orig
|
||||
else
|
||||
pkexec.security-misc-orig "$original_args"
|
||||
fi
|
||||
pkexec.security-misc-orig $original_args
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user