From cfe9da7d5456c5fe34af9ec8419c1a9213b5dcdd Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Wed, 28 Aug 2024 14:27:03 +0200 Subject: [PATCH] use command --- plugins/scd/scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scd/scd b/plugins/scd/scd index c4ddc13d5..c79de4538 100755 --- a/plugins/scd/scd +++ b/plugins/scd/scd @@ -445,7 +445,7 @@ _scd_Y19oug_match() { # build a list of matching directories reverse-sorted by their probabilities dmatching=( ${(f)"$( builtin printf "%s %s\n" ${(Oakv)drank} | - sort -grk1 )"} + command sort -grk1 )"} ) dmatching=( ${dmatching#*[[:blank:]]} )