From 219a6fe392cb67cb6573aabbd95450a5d5f299d3 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Wed, 29 Jul 2020 16:37:41 -0500 Subject: [PATCH] fixed hyphenated pkg issue --- fpf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpf b/fpf index 21b69d5..5353490 100644 --- 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" =~ "-" ]]; then +if [[ ! "$1" =~ "\\s-\\w" ]]; then Official "$1" else for opt in "$@"; do