hyphenated package solution
This commit is contained in:
parent
bbead99aa6
commit
4ab5221dcb
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" =~ -a|-l|-la|-R|-o|-h ]]; then
|
if [[ ! "$1" =~ ^- ]]; then
|
||||||
Official "$1"
|
Official "$1"
|
||||||
else
|
else
|
||||||
for opt in "$@"; do
|
for opt in "$@"; do
|
||||||
|
|
Loading…
Reference in New Issue