mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Offically patched this bug!
This commit is contained in:
parent
6db2294072
commit
07c6e2da62
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ pacdisowned() {
|
|||
pacman() {
|
||||
pacman_bin=${commands[pacman-color]:-/usr/bin/pacman}
|
||||
case $1 in
|
||||
-S | -S[^sih]* | -R* | -U*) =sudo /bin/su -c"$pacman_bin '$@'" ;;
|
||||
-S | -S[^sih]* | -R* | -U*) =sudo /bin/su -c "\"$pacman_bin \"$@\"\"" ;;
|
||||
*) $pacman_bin "$@" ;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue