fixed hyphenated pkg issue
This commit is contained in:
parent
d2c5aba037
commit
219a6fe392
2
fpf
2
fpf
|
@ -91,7 +91,7 @@ Orphans() {
|
||||||
# Update the files database
|
# Update the files database
|
||||||
UpdateInfos
|
UpdateInfos
|
||||||
# Test for AUR option, if not run with pacman
|
# Test for AUR option, if not run with pacman
|
||||||
if [[ ! "$1" =~ "-" ]]; then
|
if [[ ! "$1" =~ "\\s-\\w" ]]; then
|
||||||
Official "$1"
|
Official "$1"
|
||||||
else
|
else
|
||||||
for opt in "$@"; do
|
for opt in "$@"; do
|
||||||
|
|
Loading…
Reference in New Issue