aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbofindsrc2
1 files changed, 1 insertions, 1 deletions
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