mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-28 22:58:33 -04:00
quotes fix
This commit is contained in:
parent
e20b9e2133
commit
bce5274a15
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue