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