From 4ab5221dcbe78c7eca4415823ee5ecadccf85882 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 30 Jul 2020 06:32:17 -0500 Subject: [PATCH] hyphenated package solution --- fpf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpf b/fpf index b2d9b17..b252bd3 100755 --- a/fpf +++ b/fpf @@ -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