mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 12:59:31 +00:00
Fix typo in comment
This commit is contained in:
2
scope
2
scope
@@ -245,7 +245,7 @@ case "$COMMAND" in
|
||||
# is not making any attempt to do escaping at all, we might as well try.
|
||||
# shellcheck disable=SC2039
|
||||
quoted=$(printf '%q ' "$@" 2>/dev/null || true)
|
||||
# printf %q behaves oddly with zero args (it acts as though it recieved one empty arg)
|
||||
# printf %q behaves oddly with zero args (it acts as though it received one empty arg)
|
||||
# so we ignore that case.
|
||||
if [ -z "$quoted" ] || [ $# -eq 0 ]; then
|
||||
quoted="$*"
|
||||
|
||||
Reference in New Issue
Block a user