hyphenated package solution

This commit is contained in:
Eric Lay 2020-07-30 06:32:17 -05:00
parent bbead99aa6
commit 4ab5221dcb
1 changed files with 1 additions and 1 deletions

2
fpf
View File

@ -91,7 +91,7 @@ Orphans() {
# Update the files database
UpdateInfos
# Test for AUR option, if not run with pacman
if [[ ! "$1" =~ -a|-l|-la|-R|-o|-h ]]; then
if [[ ! "$1" =~ ^- ]]; then
Official "$1"
else
for opt in "$@"; do