From: Alejandro Colomar Date: Sun, 2 Nov 2025 15:44:18 +0000 (+0100) Subject: src/bin/grepc: Add missing quotes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89ee1c77538255beb82be657a8c1e09e07157bb3;p=thirdparty%2Fman-pages.git src/bin/grepc: Add missing quotes Signed-off-by: Alejandro Colomar --- diff --git a/src/bin/grepc b/src/bin/grepc index 205ffdbcb..50af53e25 100755 --- a/src/bin/grepc +++ b/src/bin/grepc @@ -145,7 +145,7 @@ shift $((OPTIND-1)); if test $# -lt 1; then grepc_err "Missing identifier."; fi; -identifier=$1; +identifier="$1"; shift; if test -z "$x"; then