From 3f651fdcfa6738f8062d32415e699b07e6dad2d4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 25 Oct 2015 20:14:31 -0400 Subject: sbofindsrc: get rid of "quote" in case --- sbofindsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbofindsrc b/sbofindsrc index 5dae40a..e2aedea 100755 --- a/sbofindsrc +++ b/sbofindsrc @@ -69,7 +69,7 @@ die() { read_info_file() { case "$1" in "") dir=. ;; - "*.info") file="$1" ;; + *.info) file="$1" ;; *) dir="$1" ;; esac -- cgit v1.2.3