From 4fb949c26ebe71b271e1c81b5de06bb63b9c682c6401012c5d82d07ba0aa12fa Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Sat, 22 Aug 2026 06:51:56 +0200 Subject: [PATCH] declare variable full as local in usage --- pbc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbc b/pbc index 18109cf..6887e9a 100755 --- a/pbc +++ b/pbc @@ -1,7 +1,7 @@ #!/usr/bin/env bash function usage() { - full=${1:-false} + local full=${1:-false} cat <