aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-07-13 09:50:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-07-13 09:50:57 -0300
commit7da6ddaaf62a0fb54d1eac542c08258da54d3c15 (patch)
treea7cb17880e98aa8849d154c85496b8628d90dda6
parent09fc011e92731d0dd78b44ff9681a761661c5a30 (diff)
downloadscripts-7da6ddaaf62a0fb54d1eac542c08258da54d3c15.tar.gz
scripts-7da6ddaaf62a0fb54d1eac542c08258da54d3c15.tar.bz2
Minor fix at 'show'
-rwxr-xr-xshow1
1 files changed, 1 insertions, 0 deletions
diff --git a/show b/show
index 004ef08..8dcdb06 100755
--- a/show
+++ b/show
@@ -95,6 +95,7 @@ else
fi
else
OPEN="xdg-open"
+ EXTRA_ARGS=""
fi
grep -i -- "$ARG" $LIST | while read entry; do