From 4e520559e36369adf7cade23aea9255d45a26bff Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 14 Jun 2019 06:17:14 -0500 Subject: [PATCH] jptgdp: Remove straggler _optrofidir --- jptgdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jptgdp b/jptgdp index 268298f..a0c5978 100755 --- a/jptgdp +++ b/jptgdp @@ -84,7 +84,7 @@ EOF } rofimenu() { validatedeps rofi || error "$_return is not currently installed" 1 - [ -d "$_optrofi" ] || error "Could not open directory \"$_optrofidir\"" 2 + [ -d "$_optrofi" ] || error "Could not open directory \"$_optrofi\"" 2 files=$(find "$_optrofi" -type f -name \*.gdp) if [ -n "$files" ]; then # Strip file suffixes for a cleaner menu